Coenen Benjamin

Results 85 issues of Coenen Benjamin

Following a discussion and suggestion from @Geal it could be great to add the ability for a user to insert a header from the context in the header layer

component/plugins
component/rhai
component/defer

To improve the user experience when developing a rhai script plugin in the router, I think it could be interesting to embed the rhai playground https://github.com/rhaiscript/playground. Some thoughts: + Having...

component/rhai

Following this PR #182 I had an issue caused by the new rust release (1.59) which detects more lints. But if you're still using 1.58.1 locally for example you will...

triage

example: ```graphql # Here is my comment query { cats } ```

apollo-encoder

Be able to generate ignorate tokens in a valid document (commas, whitespaces, comments, ...) Example: ```graphql # only customers can use it type Cat implements Pet @tag(name: "team-customers") { #cat...

apollo-smith

With configuration we could set how many definitions we would like for each kind of definitions, what's the maximum number of fields we want in a query, ... It will...

triage

Add that kind of variant in Layer. ```rust // the custom variant Custom(Box Result>) which would let us use this layer like this let fetch_from_api = || { let res=...

enhancement
good first issue

# TODO: - Better error report with explicit layer name - Suggest crates like and add usecases - Support Vault - Implement a trait/api to extend and let users fetch...

enhancement
good first issue