-
# Suggestion
## 🔍 Search Terms
List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily and help provide fee…
-
[Build](https://mihubot.xyz/runtime-utils/996e1b5107ad4cefa967b611061ad68f) completed in 1 hour 57 minutes.
https://github.com/dotnet/runtime/pull/88277
### CoreLib diffs
```
Found 2 files with text…
-
I am trying to build a function to handle pagination on a `SelectQueryBuilder` that is passed to it, but I am getting the typescript error `Type instantiation is excessively deep and possibly infinite…
-
Please add generics to all the query methods so that we can pass our interfaces.
https://github.com/gitana/cloudcms-javascript-driver/blob/409b2b236c9c0e3ebafb998c038c765e88eb448c/%40types/index.d.…
-
### Feature Name
Use new generics notation
### Description
It would be nice if DocC had the ability to rewrite function signatures using the new generics notation. Package developers who need to su…
karwa updated
11 months ago
-
Consider following code:
```dart
abstract class A {}
abstract class B implements A {
b();
}
void foo(A a) {
if (a is B) {
return a.b();
}
}
```
It gives error message:
>…
-
They don't seem to be used and I don't know what they represent
-
### Discussed in https://github.com/falconry/falcon/discussions/2370
Originally posted by **jkmnt** October 14, 2024
Testing f4 beta with the our falcon-powered app. No runtime issues so far, …
-
Generic ABIs cannot be generated from the Move abigen.
Consider
```
entry fun do_something(something: T)
````
When calling into the abigen, it hits this line: https://github.com/move-language…
-
| Q | A
| ---------------- | -----
| Bug report? | no
| Feature request? | yes
| BC Break report? | no
| RFC? | yes
Doctrine's [`\Doctrine\Persistence\ObjectRep…