William Myers

Results 48 comments of William Myers

Assuming `A` is your "main" (or lib) crate then it would do: ``` A |- B ```

@sfackler if I fix the conflicts with master, is this a feature that you would consider adding?

Just as another datapoint for now, I will try to investigate more: The LS also does not terminate for me on macOS 10.15.2 even when I quit VSCode; I have...

Sorry, I have both installed but the one that doesn't terminate when VSCode quits is definitely the VSCode one... It constantly stays above 100% CPU usage even after I quit...

At the risk of starting a flame-war... The HTTP client crates in order of _most downloads_ on https://crates.io are: 1. [`reqwest`] 1. [`curl`] 1. [`awc`] 1. [`isahc`] 1. [`atohttpc`] 1....

Yeah, this is going to be a continual problem. Something like the idea proposed in #40 could help alleviate this...

Ahhh. I guess I should have been more explicit—I am proposing adding the ability to derive default values for `GraphQLInputObject`s with access to `Context`.

Yeah, in most cases it is easier to understand with a separate `From` impl; although for small and quick things (which is what I would use it for), I think...

For some reason I am getting an: ``` Invalid value for argument ..., expected type ... ``` error when I try to use an object (e.g.: `"{\"foo\": 1}"`) whereas other...

You changed my mind. There are times when it is 100% necessary, but those are rare. We shouldn't cater to the minority at the potential expense of the majority, especially...