Balázs Németh

Results 29 comments of Balázs Németh

I found a dirty workaround for the meantime: - Install [jiti](https://github.com/unjs/jiti) - Rename `node_modules/drizzle-kit/bin.cjs` to `bin.js` - Run `jiti ./node_modules/drizzle-kit/bin.js generate:sqlite`

I have experienced some random crashes too when the media I try to play has issues. The player handles the error, but might sends the events too rapidly causing the...

### Workaround Use the deprecated `z.string().datetime()` etc. until the issue is resolved. Or add references to the problematic types to every file where the error occurs. ```ts import type {...

> Tip: we can use `"ohash-v1": "npm:ohash@^1"` in `devDependencies` to have same effect. This allows me to use any branch name, commit hash or version tag to benchmark with the...

I decided to remove `vitest` benchmarks for `serialize` and use only `mitata` for both Bun and node for easier maintainabilty. Added `jiti` as dev. dep. to use `mitata` with node....

> Since we use RegExp to parse the m3u8, I wonder if the `/./.exec("a")` trick is the more "correct" one to fix this? I saw that, but I didn't have...

> Running a quick test locally with the exec thing, but I'm not sure that the DVR streams I have access too are long enough to make a big different....

> Thanks for splitting PR. Can you try to minimize changes? adding back hex should not required this much (if no success no worry i try later) I did not...

> Table creation should be automated too so that this driver can be used in zero config setups Should it always try to create the table before the first query,...

> > or only after the first failed query and then retry? > > i wasn't thinking of it sounds a nice idea! I got this working. It also stores...