electrovir

Results 93 comments of electrovir

Fyi, if you need/want any help with this, I'm willing to dig in.

Possibly relevant: https://github.com/morintd/prismock/issues/1016 Maybe the relations weren't being created properly in the first place? I'll have to try the new release.

Good news! While trying to create a minimal reproduction of the issue, I've discovered that it's been fixed in 1.33.1 🥳 (we were on 1.30.2 when we ran into the...

Here's a small repro repo: https://github.com/electrovir/tsx-function-bug

> loadTextures.config.preferWorkers = false; This workaround works for me as well.

Note that Express v5 now _requires_ wildcards to have parameter names (https://expressjs.com/en/guide/migrating-5.html#path-syntax). I ran into this while trying to use modern Express path matching in Fastify. (Not trying to say...

Running into the same issue after my `package-lock.json` bumped my transitive dependency on this from v1.1.0 to v1.1.2. ### Workaround Add the following to `package.json`: ``` "overrides": { "is-generator-function": "1.1.0"...

I'm not using webpack at all, and it's not in my transitive dependencies either. It failed for me in https://github.com/electrovir/date-vir when I tried running tests (with [`web-test-runner`](https://www.npmjs.com/package/@web/test-runner)). I see this...

How can we know what versions of Postgres _are_ supported? I have not been able to find that information anywhere.