-
Hi, I'm really glad you did this. I was also working on porting Advanced NSOperation to Objective-C and you'd already done it and found it very helpful.
Mine isn't as complete but I do use Nullabili…
-
Methods like `Server.getWorlds()` returns a `List`, not a `List`. Same thing for `BookMeta.pages()`.
Is there any particular reason for this?
-
Just a bookmark )
```graphql
wrapper Page($ofType: Type) {
total: Int
list: [$ofType!]!
}
type Query {
users(page: Int, perPage: Int): Page(ofType: User)
}
```
-
I use `v0.7.7`, code with generics fails:
```
Error parsing model.go: model.go:41:27: expected ';', found '[' (and 2 more errors)
model.go:1: running "easyjson": exit status 1
```
Any plans to …
-
[PEP 646 Variadic Generics](https://peps.python.org/pep-0646/) have landed in python 3.11, which allow generics to be written that accept a variable number of arguments, and the prime use-case is for …
-
Deprecate database generics, following strategy in https://github.com/tidyverse/design/issues/106. Then remove tests, since they should live in dbplyr.
https://github.com/tidyverse/dbplyr/issues/38…
-
A simple example based on README/Usage fails with an error I can't decipher. Am I doing something silly?
```
> library(coder)
Warning message:
package ‘coder’ was built under R version 4.3.3
>…
-
Currently seeing errors like below when generating against code w/ generics:
```
2022/06/17 15:15:40 internal error: package "errors" without types was imported from "context"
```
Maybe useful…
-
- Same as #398
Issue was closed, but I tried and failed...
Am I doing something wrong...?
Generated:
```ts
Record({ abc: ({ data: string; }: Runtype,) => Record({ data: String, }).And(Recor…
-
Currently Node derived from GeometryObject has a attribute called user data which can be used to place data associated to the node, so that you can reference the data directed from the node rather tha…