Noelle Leigh

Results 31 comments of Noelle Leigh

[Here are the PostgreSQL `jsonb` operators that need to be supported.](https://www.postgresql.org/docs/current/functions-json.html#FUNCTIONS-JSONB-OP-TABLE)

I threw together a PowerShell script to automate @arfaWong 's [solution](https://github.com/coreybutler/nvm-windows/issues/300#issuecomment-368192283): https://gist.github.com/noahleigh/ba34e18b3e0bc4a6a4e93ed7a480536e Tested on PowerShell Core 6.0

Do we know what the difference is between the instructions on [Access Server Software Packages](https://openvpn.net/download-open-vpn/): ```bash apt update && apt -y install ca-certificates wget net-tools gnupg wget -qO - https://as-repository.openvpn.net/as-repo-public.gpg...

> @noelleleigh That repository has 2.3.x for the xenial. That's a big problem since 2.3.x doesn't support fully TLS stuff. So do both repos contain the same packages, just with...

I checked out this branch and tried installing it on Linode and got this error early in the process (reformatted for legibility): ``` TASK [genesis-linode : Wait until the server...

> in Strawberry core we have a config parameter on the schema, we could extend that maybe? > > or use the common django way of defining settings for Strawberry...

> This is where we set the schema config: https://github.com/strawberry-graphql/strawberry/blob/9b3be99a765ae2fdb95c9802507e5600351c7006/strawberry/schema/schema.py#L68 > > And it is used in the schema converter, it might be more difficult to use in the context...

A Django setting would also be a simpler option

> > A Django setting would also be a simpler option > > yeah, let's go with that, we can update it later if needed 😊 Should it be a...

Alright, I've added code for new Django settings, added tests, and added documentation.