Robert Cooper
Robert Cooper
I'd still like to see this feature implemented. On a current project, we require PRs to be up-to-date with master and so we use [this rebase action](https://github.com/cirrus-actions/rebase) in combination with...
Looks like yarn doesn't include the `.bin/run.sh` file when you install using `yarn global add alfred-vscode`. I tried looking in Files included with `yarn global add` | Files included with...
Woot! I didn't think this sort of thing existed. Let's get this added into the project! Good find 👍🏼
Ah man, I tried adding this in but I don't think it will work with the current setup. We would need to have a Node.js backend, I think. Running into...
Ah, I hadn't tried doing the email verification with local stack. Thanks for letting me know what is required to get that to work. And regarding the SQL tables, I...
I'm currently using check constraints in my database instead of postgres enums. I've been annotating my schema as follows: ```prisma model Goal { id Int @id @default(autoincrement()) @db.Integer type GoalType ...
You can now show the options by touching on the screen, but now you cannot press any of the buttons. Also, the overlay should not appear when you move your...