Tobbe Lundberg
Tobbe Lundberg
I've asked @jtoar to take lead on moving this PR forward next week. I definitely want `--env-file` support in some form. He'll just help make sure the last details gets...
My knee jerk reaction when first reading this, as far as naming goes, was `--env-files=staging,foo,bar`. But seeing your examples @colbywhite I'm kind of liking going with `dotenv` instead in some...
> > Looks like there are no existing tests for this code. Would be great if you could add some for sure! > > Happy to. I'll need to modify...
> Examples of error messages. Those are all awesome!
A few comments on the test: * Maybe mock `generatePrismaClient` to speed things up (if it makes a difference) * I'd like a more descriptive test case name. Maybe `it('runs...
Sorry I went radio silent on this one @codersmith 📻 We're pushing hard to get a new stable release of RW out the door, so I just got too busy....
@codersmith I added a few tests. I'm not super happy with them. But mostly because the way `patchRequire` seems to work. I wish there was a way to reset and/or...
> (fails with "Module /redwood-app/scripts/fooModule.js:2 seems to be an ES Module but shipped in a CommonJS package.") I got that message too 😄 What happens when you start testing with...
The problem is that we have a file watcher running that detects when files are deleted to update our generated types. It runs functions like `isPageFile`, `isCell` etc. They in...
I've ran into this myself. But it was a while ago... Skipping those models, and informing the user on why seems like the correct solution. But I also don't know...