Kevin
Kevin
The docs mention `error` and `completed` events, but these are not being emitted on v6. I suspect that this is the root cause of a number of open issues (#171,...
I'm can't install `better-sqlite3` using the prebuilt binaries on my local machine. My versions are very similar to #1022, but I'm using pnpm. Here's the original error message: ``` kevinkoste...
Kysely with SQLite on Bun already (kinda) works using the `better-sqlite3` driver (installation is still wonky but should be fixed soon). AFAICT `bun:sqlite` is more performant than `better-sqlite3` when using...
This PR adds support for custom serializers to `QueryOptions`, and adds support for custom parsers and serializers to `PGliteOptions`. The change is non-breaking. Our use case is using NUMERIC columns...
It doesn't look like the rewrites defined in `vercel.json` are working, at least for the deployments at `vocs.dev` and `viem.sh`. For example, https://viem.sh/docs/utilities/hexToSignature does not rewrite to https://viem.sh/docs/utilities/parseSignature as expected...
I'm working with a project that uses this repo as a submodule. Our project runs `yarn build` (which runs `hardhat compile`) to generate ABIs for each package. Unfortunately, we're hitting...