Gabriel Nordeborn

Results 99 issues of Gabriel Nordeborn

As per discussions on Discord, it'd be nice to have a callback/observable style API in `meros`, for cases where using async iterators etc aren't possible/desirable. Adding a ticket here to...

This happens to me occasionally, maybe there's a simple explanation. Sometimes, my Elusive icons just stop displaying properly. Case in point: www.annonslokal.se (it's in Swedish... sorry! ;) ). I cannot...

This allows passing an already instantiated `GraphQLSchema` in addition to an introspection fetcher or an actual introspection result. Use case is I've got somewhere where I already have the instantiated...

Hi! I think it would be valuable to be able to expand a record into something like an empty shell, to help with "filling in" a record when you don't...

Might be too high cost to change this in the fork, since we'd need to change Relay's built in typegen, but I'd _really_ like to have `__typename` be actual string...

This issue is intended to track things we (desperately) need to add to the docs. Please feel free to comment on this issue, and I'll add to the list. ##...

Still an experimental feature, but is fully usable as of now.

"Provided variables" is a way of adding regular JS values as variable values in fragments. These values are resolved via JS files you specify, instead of needing to be added...

This is a new directive in the Rust compiler that allows delaying loading the Relay normalization AST, meaning smaller bundle sizes. Explore how that can be supported.

Explore supporting @updatable and @assignable, which are new directives in development in Relay for easier local store updates in a type safe way.