Cameron Gorrie

Results 4 comments of Cameron Gorrie

We might have to figure out virtualenv stuff, or provide them with a command to run python in `.pgshrc`.

Came from this doc: https://dev.to/nickparsons/crafting-a-command-line-experience-that-developers-love-4451

We want projects to share their `.pgshrc` and have any workstation-specific config in `.env`. A configurable whitelist env var feels very heavy-weight; instead let's display the currently-configured host whenever we're...

@sabi-wabi I was unable to reproduce! Here's what I did: 1. Cloned the repository 2. `cd next-auth-example && yarn` 3. `echo "NEXTAUTH_URL=http://localhost:3000" > .env.local` 4. Tried to log in with...