William Myers

Results 22 issues of William Myers

Adds the `-D `/`--depth ` option. Closes #60 Example: ``` ❯ cargo tree -D 1 cargo-tree v0.27.0 (~/Developer/cargo-tree) ├── cargo v0.39.0 ├── env_logger v0.7.0 ├── failure v0.1.5 ├── petgraph v0.4.13...

I am receiving the following error intermittently (but fairly frequently): ``` Error detected while processing function 1[1]..16[2]..lsc#protocol#consumeMessage[1]..85_consumeMessage: line 15: E474: Attempt to decode a blank string Press ENTER or type...

What do you think about adding a `#[graphql(skip)]` attribute for deriving `GraphQLInputObject` like `GraphQLObject`? I often find myself wanting to skip fields for input objects (e.g. a database `id` that...

enhancement

Is it possible to access `Context` when defaulting fields for `GraphQLInputObjects`? (I don't believe it is...) I think it would be really useful to support dynamic defaulting of input field...

enhancement

What do you think about renaming `new()` to `from_application_default_credentials()`? I was a little surprised when I found out that `new` depended on the `GOOGLE_APPLICATION_CREDENTIALS` env var being set. I also...

C-question
C-refactor

Is there a reason why `from_credentials` takes a project name as well? I am just trying to eliminate the friction in setting up the credentials with e.g. multiple environment variables/secrets...

C-question
C-refactor

I originally opened this over in [google-apis-rs/generator#20](https://github.com/google-apis-rs/generator/issues/20), so let me know if you think this is a better fit for that project. What do you think about supporting Application Default...

Should we do this before or after 0.21.0 (#319)? Also, see #405

I think we should expose the `queries` sub crate; many thanks to @stephanbuys for the awesome crate! TODO: - [ ] Integrate it into the main `elastic` crate or keep...

This is a draft PR because, although it is fairly usable in its current state (see [google-apis-rs/generated@refactor/async](https://github.com/google-apis-rs/generated/tree/refactor/async)), it has some missing functionality: - [ ] [Google Cloud Storage] refactor `ResumableUpload`...