Nick Iodice

Results 12 comments of Nick Iodice

I'll add a +1 to this feature request. We have a similar use case to automate the creation of graph variants, and a key developer experience will be have an...

I was able to set the endpoint using the mutation below: ``` mutation SetGraphEndpoint($graphId: ID!, $variantName: String!, $endpoint: String) { graph(id: $graphId) { variant(name: $variantName) { updateURL(url: $endpoint) { url...

> But in order to run a mutation wouldnt you want the endPoint to be set? When i try to run the Mutation from the explorer, it pops up to...

Any update on whether or not this will be supported? It would be nice to use a `this` or `self` in the following example: ``` definition user { permission user_can_view_some_private_info...

1️⃣ (this) Also an interesting read, if you are looking for any deeper meaning behind the choice - https://en.wikipedia.org/wiki/This_%28computer_programming%29

Also seeing this quite a bit. I tend to ignore it and I always see the correct behavior in the generated code. This makes me think that @jstultz is correct...

Also curious about the feasibility of merging this in.

cc @kevin-greene-ck (tagging you since you seem to be the most active contributor). Do you think this is something suitable for merging? I am also hitting this issue as a...

Oddly, the issue seems to have gone away in the past few months. We isolated our GHA runners to a dedicated node group for other reasons, and I believe that...

@crazy-max I wonder if you might have some expertise in how docker and/or the buildx plugin interact, and what we might look for in terms of debugging the slowness.