Geoffroy Couprie
Geoffroy Couprie
The new version of hyper is coming soon (we are already at [1.0.0-rc.4](https://crates.io/crates/hyper/1.0.0-rc.4)), so we should plan around it. Right now I have no idea about the impact or size...
The lists were not correctly recognized when building the error path in the authorization plugin. This has no impact on actual authorization, types that require authorization are still properly recognized...
currently redis reconnection is on a fixed interval
Right now, options like `required_to_start` are visible in the distributed caching part of the doc https://www.apollographql.com/docs/router/configuration/distributed-caching/#required-to-start, but not in entity caching https://www.apollographql.com/docs/router/configuration/entity-caching
*Description here* Fixes #**issue_number** --- **Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review. - [ ] Changes are compatible[^1] - [ ] Documentation[^2] completed...
hi, for various reasons I have a project that heavily uses mio, and I want my subprocesses to get orders through ipc_channel, and be notified of new orders in the...
the [clippy project](https://github.com/rust-lang-nursery/rust-clippy) provides useful advices on how to write Rust code, it would be nice to have those checks on every pull request, in the CI
a part of the CI uses rusfmt to check that the code is well formatted, but the build does not pass: https://travis-ci.org/RustBeginners/please/jobs/331855924#L559-L563 please fix it ;)
Currently, we have the `please build` and `please run` commands, we could have one to reformat all the code (if there's a tool for that in the language we target)