Peter Steinberger

Results 100 comments of Peter Steinberger

@fostah Would love to see support for that as well. Can we help?

Thanks for looking into this! I can address the concerns. Static variables would work as well, ideally there's some mechanism where I can infer the limits from just knowing the...

As the author of the `description` patch +1 the idea of then just calling `toDict` in the description implementation. Can you add that to the PR?

We'd love to see this as well and I offer to help. We use djinni a lot and our C++ parts run on Windows as well - can try this...

I am running into the same issue. Downgrading to node 21 or 20 works, but doesn't seem like a great fix. Update: I reported this to the node repo, seems...

This doesn't seem to be a Node issue but something in Plasmo, according to the Node maintainers in https://github.com/nodejs/node/issues/55145.

So this was a bit of a detour since I forgot to update and had a very old version checked out that still used go. Since the Issue I tried...

Timestampz are definitely coming out as dates, unless you configure the driver to return strings: ```ts const { types } = require('@neondatabase/serverless'); types.setTypeParser(types.builtins.TIMESTAMPTZ, (s: string) => s); types.setTypeParser(types.builtins.TIMESTAMP, (s: string)...

Might not help, but: I moved from Drizzle to Kysely so I can use Neon's driver with Better Auth. That combination works fine.