Andrew Chang
Andrew Chang
Really looking forward to this PR, especially the type renderings! We'll be using it almost immediately in [adaptnlp](https://github.com/novetta/adaptnlp) as everything is type hinted and we rely on mkautodocs for class...
Hi @barbieri, any updates on supporting @directives for sgqlc? We've got queries that use @include and support for this would be very helpful!
TL;DR for this issue: The `__fragment__()` doesn't seem to store the fragment in the `Operation` object. Problem might have to do with the `... on Statement` type condition. @barbieri Do...
I'll +1 this just because even with a 5 minute time out, it does get a little cumbersome if you accidentally start a server with incorrect configurations i.e. mispell image,...
@aditya-manit Hmm I'll have to have to take a better look to see which statement is triggering this error, but we've been working on improving error logs for the GraphQL...
Submission GraphQL query error tracebacks now specify which predicates and values are at fault. The format looks like this: ``` .... 'message': "Triple input (42cb158b-e836-45ed-9b56-034668b8f05a, 12) validation error: The predicate...
@minrk A bulk-rename script would work for our case. Could also support downgrading if that's within the scope. May have to deal with servers that now have two PVCs associated...
> Here is a script that does the last suggestion: https://gist.github.com/minrk/7ad21b18f7a5b3908d74f108dc564cd5 > > it collects all pvcs and spawners, then associates spawners with their pvcs. > > 1. if there's...
Output doesn't seem to change at all for either execs. Running `cat collect_pvcs.py | kubectl exec -i $(kubectl get pod -l component=hub -o name) -- python3 | grep "dry run"`...
> Sorry it doesn't seem to be working for you. Do you have JupyterHub running with active users, and is it running the z2jh 4 or 3? Specifically, have any...