Ben H

Results 19 comments of Ben H

+1 interested to see how this develops! :)

I also was confused by this. Coming from activerecord, I expected that `create` was a combination of `new` and `save`.

also, `.create` matches the Create of CRUD, which to me aligns it with "hey, something's going to _happen_ here".

What's the best way to jump to the typescript definition, the `.ts` file? We're in a typescript monorepo, and cmd-clicking on imports between packages in the same monorepo results in...

I'm experiencing the same error, but intermittently. Hard to reproduce on-demand. I see it maybe 3x a day, most recently in the PositionedOverlay component.

We would use this feature as well, so +1 @pantharshit00 regarding this statement: > Non unique fields can refer to more than one row in the database, that is why...

I ended up making `patch-package` work with PNPM by running `npm install` to temporarily create a `package-lock.json` file, with which I could create my patch in the "patches" folder. Once...

Cool, thanks for the context @ronp001 So which is recommended for hygen-create? First letter capitalized?

+1, I'm also looking for this functionality.