Ukonn Ra

Results 40 comments of Ukonn Ra

Now it works! It seems that there are some problems when writing a Scalar manually, so I just change the data structure. Sorry for bothering :-)

Well, I think those are two different things. The RFC want to implement ADT in GraphQL DSL, which is way much harder. What I'm wanting is just a general JSON...

In fact, https://github.com/graphql-rust/juniper/pull/325 is exactlly what I want, hoping this PR can move on...

Hi, any update? This feature is necessary in my project

So any progress on Relay?

But it's a little redundant when returning Errors if I have to use `IntoFieldError`. Say a service: ```rust pub struct Service; impl juniper::Context for Service {} impl Service { async...

So could I access the latest branch of `tower-rs` with the latest `rs-futures 0.3`? I mean, I found that `std-future` branch is already the latest branch.

OK I get it, so `tower-grpc` is blocked by `tower`, `tower-grpc` will be updated after the `tower` side work is finished. That's fair~ One more thing, now `tower` is almost...

Well, sorry I have not read the source code yet, so I have no idea what's going wrong...

> I hit a similar issue. The k8s controller cannot patch the Pod when Jenkins failed to start. I have to uninstall the Jenkins and reinstall it with the correct...