Rob Cameron

Results 59 issues of Rob Cameron

With the regex as it currently stands, having a `:` and `@` are required in your shop name. I've never seen a username/password used as part of a shop name...

@SamSaffron Thanks for all the work on this gem. We're using it on https://workingnotworking.com and it's a perfect solution for simple async messaging between server and client. I wanted to...

Went from 2,000 words to 400! No more Railway database setup, no more converting from sqlite -> postgres, no more signing up for Netlify, no more ENV var setup...so much...

release:docs
changesets-ok

### Summary When we first integrated with Prisma, they'd throw a nasty error if you tried to run `prisma generate` with no model defined in your `schema.prisma` file. Since `prisma...

topic/prisma

### What's not working? By default Redwood generates tests and scenarios as "sidecar" files next to the thing they're testing: ``` api └── src └── services └── users ├── users.js...

good first issue
bug/confirmed
topic/testing

### What's not working? If someone wants to create tests for their scripts, there doesn't seem to be a way to easily configure jest/vitest to run those tests. The test...

bug/confirmed
topic/testing

### What's not working? I think this has been a thing for years, but I just noticed it again: when you don't have a `` defined via `` the app...

bug/repro-available
topic/web