-
I've spent some time trying to understand what's going on but without much luck since I don't really know the intention of the types.
```shell
error[E0053]: method `sea_idens` has an incompatible …
-
When validating tasks, we also validate the types of their `@Nested` properties. However, in a static context we only validate the declared type itself. During runtime we validate the actual type, whi…
lptr updated
9 months ago
-
### Library name
Azure.AI.Inference
### Please describe the feature.
When trying to use `Azure.AI.Inference` in a native AOT application, the following trim/AOT warnings are produced:
```
ILC …
-
# Purpose
It would be amazing to have shared, statically typed API types shared both by the client and server folders in our repo. Implementing this would be fully leveraging Typescript to its fulles…
-
Implement `: static` return types once this is solved: https://github.com/vimeo/psalm/issues/8057
-
always_specify types allows _unspecified_ types when a class is annotated with `@optionalTypeArgs`. This should be updated for extension methods. Some of this work might just be adding tests for veri…
-
https://github.com/dotnet/csharplang/blob/main/proposals/first-class-span-types.md
VS 17.13 p1 (C# 13 が GA になった瞬間)で merge されてる。
```cs
{ }
string[] a = [];
ReadOnlySpan a2 = a; // C# 13 でも O…
-
1. Static type checker is a very modern tool that enables analyzing python variables types and prevent errors before they are executed. I suggest to use pylance (for VScode) and basedpyright (for ever…
-
### Description of the bug/issue
The pass/fail messages emitted by the node assertions (referred to as static assertions in Nigtwatch) are not ideal and should be fixed.
This is essential to get…
-
I'm back and still thinking about enums! A problem we hit last time in #1217 was that generating Dart enums for native enums isn't always the right choice. As a workaround, we offered an opt-out, but …