Keith Smith

Results 64 comments of Keith Smith

One complication with this will be supporting all the different sqlite drivers. For example, better-sqlite3 has some [documentation on how to set up BigInt](https://github.com/WiseLibs/better-sqlite3/blob/master/docs/integer.md#getting-bigints-from-the-database), but it seems to be sort...

I'll add my own example to this. Slight variation because I'm using the jsdoc flavor of TypeScript, but the error is the same. vite.config.js ```js import { vitePlugin as remix...

@Jarred-Sumner I don't think that's working for my use case. I'd still like to compile to a single-file executable, and as far as I can tell, the `build()` function doesn't...

@kravetsone It doesn't seem to be working. I do the bundle, it outputs a bunch of files for the front-end assets. If I compile it it works, but if I...