Kai Ren
Kai Ren
@KuroAshi75 make sure your private key has correct rights/owner __inside__ container.
ping @sfackler
Now they're published on Docker Hub once again, thankfully to https://github.com/rust-lang/docker-rust/pull/175. However, still missing on GitHub Container Registry, though.
@Muscraft I wonder if just pushing from new location will do the trick? Since both repos are in the same organization, that shouldn't be a problem, I suppose. On my...
@iliana @benesch would you be so kind to look at this?
@BirknerAlex ping
For those who needs `beta` Rust Docker images, consider to use [`instrumentisto/rust` Docker images](https://hub.docker.com/r/instrumentisto/rust). They try to reuse/follow official Rust Docker images as much as possible.
@Venryx it's not a concrete organization, but more like a team of people which are/were sharing the same job. Projects there are/were created to solve needs for their jobs, and...
@brendancf I guess you haven't specified appropriate `master.cf`. But it would be better if you specify your configuration file here to make some clue about what happens there.
> @ysulyma `/graphql?query` [should work](https://graphql.org/learn/serving-over-http/#get-request), but [`rocket` example](https://github.com/graphql-rust/juniper/blob/0df1e448e87d6b5f65d16710ca4b05d873459964/juniper_rocket/examples/rocket_server.rs#L14-L21) is incorrect, as it uses `Deserialize` impl of [`GraphQLRequest`](https://docs.rs/juniper/latest/juniper/http/struct.GraphQLRequest.html). This is not true. In [the specified example](https://github.com/graphql-rust/juniper/blob/0df1e448e87d6b5f65d16710ca4b05d873459964/juniper_rocket/examples/rocket_server.rs#L14-L21) is used [`juniper_rocket::GraphQLRequest`](https://github.com/graphql-rust/juniper/blob/0df1e448e87d6b5f65d16710ca4b05d873459964/juniper_rocket/src/lib.rs#L25-L28), rather than...