Stephen Haberman
Stephen Haberman
Hi Mario, Joist currently doesn't have SQLite support. A friend of mine spiked adding H2 support (another embedded database) a few years ago, but we never finished it up as,...
Hi Mario, Hm. Well. The situation does not look good. Joist makes a fundamental assumption that: 1. Migrations are used to create/update the schema. 2. Codegen that scans the schema...
Hi @Tofandel , you're right we don't have an option to put the common types in a shared package, and export that from the index file. We could probably just...
Fwiw maybe a good way to encourage @privatenumber to have time to look at #244 is sponsoring him; I started a $10/month sponsorship that I'll let run for at least...
We have `usePrototypeForDefaults` now which supports this.
Hi @flotothemoon ! I believe that `main.ts` checks for `outputClientImpl=grpc-web` and then calls functions that are defined in `generate-grpc-web.ts` for the actual grpc-web-specific output. In terms of approach, I would...
This was fixed by #742 ; thanks @azizghuloum ! Also filed https://github.com/stephenh/ts-proto/issues/744 as a follow up.
Hey @jrkt , obviously I'm super-late here replying / triaging issues, but yeah I think you're right that returning the `boolean` from methods is not working out. I couldn't find...
This was fixed in #639 :tada:
@iansu fyi this feature (being able to pass `importSource` to babel) would be a big usability win for CRA's CSS-in-JS users (i.e. emotion/et al) by being able to remove the...