Geoffroy Couprie

Results 298 issues of Geoffroy Couprie

hello! I am implementing the connect() operation and need some advice on the API. The call looks like this: ```rust pub fn connect Completion

with the following code: ```rust fn main() -> io::Result { let ring = rio::new()?; let acceptor = TcpListener::bind("127.0.0.1:8080")?; let c1 = ring.accept(&acceptor); ring.submit_all(); println!("c1: {:?}", c1.wait()); Ok(()) } ``` I...

it's time we get this done :) In this PR: - rebase on current master - change the `untrusted` dependency to the alpha crate like ring does - fix various...

Hi, To integrate [rustls in sozu](https://github.com/sozu-proxy/sozu/issues/145), I'd need a way to get the common name and subject alternative names from a certificate, and apparently I should implement it on `EndEntityCert`....

the current one does not ship with support for `@defer` (added in https://github.com/mdg-private/studio-ui/pull/6373)

component/defer

Fix #1219 Fix #1409 we need a specific function to map over deferred responses, so we can make the distinction with the first one, where we have access to headers

Right now we support configuration reload through filesystem watch. This can be unreliable sometimes (missing udpdates), and it will try to reload files on each save even if we're not...

if there's a null field where a non null was expected, an error message should be generated with the path to the field. cf https://spec.graphql.org/June2018/#sec-Errors question: if it nullifies the...

raised by user

we should be able to specify a timeout for queries to a subgraph, and different techniques to retry queries or stop sending traffic temporarily to a subgraph. While those options...

potential layer