-
## Problem
I'm an author of https://casl.js.org/ and working on integration of prisma with that authorization library. The issue i have is inability to easily get `WhereInput` type for specific mod…
-
Is it possible to customise how the names of generic references are generated?
If I have for example the following:
```go
type Foo int
type Bar int
type FooMap[T any] map[Foo]T
type …
-
If I try and create a generic class and use it as a Feed property on my model, the code generation for the model fails with:
> CSC : warning CS8785: Generator 'FeedsGenerator' failed to generate so…
kazo0 updated
4 months ago
-
current:
```ts
interface AsyncIterable {
[Symbol.asyncIterator](): AsyncIterator;
}
```
expected type:
```ts
interface AsyncIterable {
[Symbol.asyncIterator](): AsyncIterator;
}
```…
-
If a class mapping is performed with generics, for example
```kotlin
configure {
packageName.set("com.example")
classMappings {
byExtension("kotlin.collections.Map", "x-polymorphi…
-
## DWARF2JSON version:
```shell
$ ./dwarf2json --version
dwarf2json 0.9.0
output schema 6.2.0
```
https://elixir.bootlin.com/linux/v6.8/source/include/linux/types.h#L124
```c
typedef s64 kti…
-
The `generic_associated_types` is not only no longer marked *incomplete* but has in fact been stabilized and is no longer necessary to specify.
Please also consider updating the README accordingly.
…
-
Starting in v5.2.0 we are seeing ArrayIndexOutOfBoundsException on tests that inject certain patterns of generics.
This bug is blocking us from proceeding past Mockito v5.1.1
A unit test that r…
-
Hey there, I reviewed v6y code and here are the items which stood out :)
## v6y-front
- Use `i18next`
- `*QueryType` interface => could these types be factorized to avoid duplicating them? The…
-
### Describe the bug?
There are a few types which should validate whether they should be instantiated, but do not. These types can cause the game to lock up due to an infinite loop when you use the…