-
https://psalm.dev/r/e205e7be5f
https://psalm.dev/r/0535cc284a
I expect that these 2 examples should pass the test equally correctly, since the types should inherit from the interface, but for some…
-
# Extensions as static types
This has been moved to https://github.com/dotnet/csharplang/blob/main/meetings/working-groups/extensions/extensions-as-static-types.md.
-
It seems a bit odd that the signature of `Store.get` takes a `prototype` parameter, which ultimately defines the return type of that method. Beyond cluttering the `.get` method, which will be used 99.…
-
See the following code:
```
type MyEnum {
memberwise init
internal let value: Int
public static let static_value: MyEnum = construct_some_value()
public static fun construct_some_v…
-
It seems that something broke since version 0.2.35 for static type checkers like pyright (and pylance) when using dataclasses.
### Minimal example
```python
from dataclasses import dataclass
fro…
-
### 重现步骤
ontext@http://127.0.0.1:8080/static/js/lib-react.js:40353:16
useInternalToken@http://127.0.0.1:8080/static/js/vendors-node_modules_pnpm_ant-design_colors_7_1_0_node_modules_ant-design_color…
-
**Describe the project you are working on:** This applies to many projects. This is an offshoot from https://github.com/godotengine/godot-proposals/issues/737, example use cases and other discussions …
-
I have a burn-tensor crate that defines tensor operations and traits, and I have separate backend crates (burn-ndarray and burn-tch) that implement these traits for specific tensor backends.
How c…
-
i.e. ``, that would not be tab-completable and would show while on that argument
-
# deno:
deno 2 compile doesn't work on svelkit issue (with workarounds): https://github.com/denoland/deno/issues/26155
see my comment: https://github.com/denoland/deno/issues/26155#issuecomment-…