Adel Salakh
Adel Salakh
Unfortunately `mozilla/glean` is also not usable with Parcel because of this.
@frederikhors I don't think so. `type._typeConfig` is defined in this case.
Unfortunately, I won't be able to check this any time soon. But it shouldn't be too hard to check/reproduce with a mock `GraphQLInterfaceType`
This is a crucial feature for us. Many of our EKS endpoints are private, requiring an SSH/SOCKS jump-server hop to access. Kubectl supports SOCKS proxies but botocore doesn't, so AWS...
This would be great to have. I am sure many tui users will be happy to use rustyline for handling user input.
Good discussion here! Proper opaque types is something I really miss from the Flow typechecker. With pgTyped it will only be possible to add such conversions to the `.sql` file...
@uhoh-itsmaciek A PR to use `DATABASE_URL` as an alias for `PGURI` would be welcome.
Thanks @snarky-puppy!
Would it make more sense to provide our own formatting as part of pgTyped? I did some experiments with alternative parameter styles like `@paramName` but couldn't find any which would...
> As in include a SQL formatter in pgTyped? My initial reaction is no, as I'm skeptical that there's enough time from contributors (including yourself) to support that extra surface...