-
**Describe the bug**
I found an interesting bug: di doesn't work with built-in generics.
```python
class Client:
pass
class Service:
def __init__(self, clients: list[Client]) -> None…
-
Add support for Abstracts, shared function signatures with different functionality
based on struct or enum type, similar to Rust's traits.
## NOTE: Generics
While Generics aren't explicitly nee…
-
**Duplicates not allowed.**
```
[0000000067050DD1] NetworkTopologyFix.{System.Generics.Collections}TDictionary.Add (Line 71, "System.Generics.Defaults.pas")
[0000000067048619] NetworkTopologyFix._Fix…
-
**Describe your idea**
QueryOutputTableTypeDef.Items is currently typed as List[Dict[str, TableAttributeValueTypeDef]]. It would be great if one could provide a type as a generic to QueryOutputTableT…
-
Generics sind zwar ein Feature für die ferne Zukunft, aber hier trotzdem schonmal ein Syntax Vorschlag:
```ddp
Die Funktion foo mit den Typparametern T und R und dem Parameter t vom Typ T, gibt e…
bafto updated
2 weeks ago
-
See question title - the textbook template doesn't show you how, only does so for class diagram from what I remember.
Thanks!
-
Reproduction case:
```dart
class Foo {
void addValues(Iterable values) {}
}
```
This causes a _compile-time error_:
```
[error] The argument type 'Iterable (dart:core/iterable.dart)' c…
-
I am porting my API from Swift to a Flutter app, and the calls are using generics to cut down on rewriting calls to various endpoints.
Using the riverbed_repo_generator example I made an example o…
-
We need to allow writing generic functions (templates) and template constraints.
One idea that we can explore is to also support something like: https://github.com/lcompilers/lpython/pull/152#issue…
-
## Motivations
`embassy-net` simplified lifetimes/generics since `be0d977 (Sep 16, 2024)`. Sooner or later, esp-hal need to catch up.
After updating embassy-net, I'm unable to create `Stack: Driver`…