Cameron Pickham
Cameron Pickham
Running via Docker. The container will crash multiple times per day (during games), with no logs other than the "connecting" + "connected" message telling you that it has rebooted.
Is there progress on supporting asynchronous callbacks in methods like `accept_hdr_async`? It is a common pattern to make asynchronous requests to external authentication providers from within this callback to determine...
If a consumer's connection becomes unusable while it is polling for new messages, how is this handled? Should there be a seamless reconnect? Does it use the same connection retry...
I'm able to specify a bucket, but it would be nice if I could namespace it so that my bucket can be more organized. Currently-generated location: s3://mybucket/channels/alpha/mycli-v1.0.0-alpha.1/mycli-v1.0.0-alpha.1-linux-x64.tar.gz Desired location: s3://mybucket/mycli/channels/alpha/mycli-v1.0.0-alpha.1/mycli-v1.0.0-alpha.1-linux-x64.tar.gz
I've been running into a roadblock trying to set up a crate that re-exports `graphql_client` and allows users of the crate to define queries using the `GraphQL` macro without having...
https://github.com/graphql-rust/graphql-client/issues/483