Cody Casterline
Cody Casterline
## Expected Behavior When I call [`Schema::sdl()`][1], I expect to see my custom [Type System Directive]s in its output. [1]: https://docs.rs/async-graphql/latest/async_graphql/struct.Schema.html#method.sdl [Type System Directive]: https://async-graphql.github.io/async-graphql/en/custom_directive.html#type-system-directives ## Actual Behavior Directives are...
Hello! Thanks for this project! We're enjoying using it. We'd like to use Kotlin to define our GraphQL models and implementation. But I don't see documentation about what Kotlin features...
From the README it seems like your code is currently meant to be accessed by a web UI. But if it were packaged into an npm/jsr package, folks could use...
**Describe the bug** [Docs say](https://book.leptos.dev/ssr/23_ssr_modes.html#async-rendering) that Async rendering will: > Load all resources on the server. Wait until all data are loaded, and render HTML in one sweep. But when...
Version: > deno 1.42.4 (release, aarch64-apple-darwin) > v8 12.3.219.9 > typescript 5.4.3 Update: The Problem ---------------------- Copy/paste from my comment below: My host, nfnitloop.com had an old/invalid IPv6 address in...
As of v3.45.0, SQLite adds a `jsonb()` function which allows you to store their [JSONB] representation as BLOBs, saving some disk and gaining some performance. Would love to use this...
[Docs][1] for `PreparedQuery.finalize()` say: > This must be called once the query is no longer needed to avoid leaking resources. So users need to write something like: ```typescript const pq...
``` > json-refs resolve https://vega.github.io/schema/vega-lite/v5.json error: JSON Pointer points to missing location: #/definitions/PredicateComposition/anyOf ``` Adding `--force` doesn't solve the issue and continues to return the same error.
## Bug Description Using binning with `maxbins` + `extent` not possible with facets. (Though you can use either independently.) ### Reproduction ### Using a slightly modified version of [an example][1]...
There should be documentation to answer questions about acceptable use of the API. * Is there a rate limit? * Are there things you want to deny bots from doing?...