Coenen Benjamin

Results 100 issues of Coenen Benjamin

This pull request add the ability to display instantly a list even if there aren't any query (with the allowEmptyQuery option) and another option named resetQueryOnChange to not reset the...

state: revisit

Here is the draft to implement wasmer as a runtime to execute wasm in krustlet. It's working with demos, excepting the demo with postman as I didn't already implemented the...

Hello, I made this tool https://github.com/bnjjj/witgen to be able to automatically generate `record`, `type`, `function`, `variant`, ... from your rust code. Maybe it could help some people with the same...

gen-rust-wasm

I have a quick question when executing this query: ```graphql query { me { id @skip(if: true) id } } ``` I have this response from the gateway: ```graphql {...

:beetle: bug

With `opentelemtry-oltp` for now we can't create a `PushController` with an http exporter. Here is the version I have for GRPC: ```rust let push_ctrl = opentelemetry_otlp::new_pipeline() .metrics(tokio::spawn, delayed_interval) .with_exporter( opentelemetry_otlp::new_exporter()...

enhancement
A-metrics
triage:todo
M-exporter-otlp

Following a discussion on [Discord](https://discord.com/channels/500028886025895936/627651185406509067/992057868289310761) I mentioned it was impossible to use `Timeout` with `RateLimit` because `RateLimit` is currently waiting in the `poll_ready` but the current `Timeout` implementation doesn't care...

C-enhancement
A-timeout
I-needs-decision
T-middleware

Do not put any logics inside our `mod.rs`

good first issue
refactoring

Related to #1198 but enable it for spans example of configuration: ```yaml telemetry: tracing: common: resources: router: # from router_service static: - name: "version" value: "v1.0.0" request: - header: named:...

feature