Yann Simon
Yann Simon
๐ Somehow the javadoc is not pushed for the last versions: https://javadoc.io/doc/org.sangria-graphql/sangria_2.13/3.0.0/index.html Something to check before putting it on the documentation.
it depends if a field is mandatory or not. For example, if `hero` can be resolved, but if `droid`ย is mandatory for the query result, then it's not possible to...
If you are using spray-json, you should use https://github.com/sangria-graphql/sangria-spray-json/blob/main/src/main/scala/sangria/marshalling/sprayJson.scala somewhere. It's strange that it does not appear in the stack trace.
Thanks for the detailed information. Yes, it seems you found something.. How to tackle this: - first I think that we could add a test covering that in https://github.com/sangria-graphql/sangria-marshalling-testkit/blob/main/src/main/scala/sangria/marshalling/testkit/InputHandlingBehaviour.scala -...
Hi @pranshuchittora Yes it would be interesting to have a generic set of compatibility tests.
Maybe we can let this issue opened, as it is present. We could try a proper shutdown, then wait a bit and then kill the process if it's still there....
> To gain a line you could write > > ```scala > When I save_body_path("id" -> "my-cart-id", "version" -> "my-cart-version") > ``` ๐ > Changing the placeholder substitution infrastructure is...
I've opened http4s/blaze#636
We should make this configurable. Ex: - http://sfackler.github.io/log4rs/doc/v0.5.0/log4rs/index.html In topic of logs, I also like structured logging like https://github.com/slog-rs/slog
for info, support in hyper: https://github.com/hyperium/hyper/blob/master/src/client/dns.rs