Jonathan Wilbur
Jonathan Wilbur
I see now that this is because this library does not execute `parse` from the `@babel/parser` library with any plugins, so only the bare minimum "vanilla Babel" would be supported....
@connectdotz I have installed the two related plugins just to be sure. Neither worked. ```json "@babel/plugin-proposal-optional-chaining": "^7.11.0", "@babel/plugin-syntax-optional-chaining": "^7.8.3", ``` And in `babel.config.js`, I indicated that I want both to...
For clarity, I have tried with both plugins individually as well.
@connectdotz https://github.com/JonathanWilbur/jest-editor-support-issue-51
I just discovered that, at least when using the `sqlite` provider and you tag a `BigInt` column with `@id @default(autoincrement())`, it does not add the `AUTOINCREMENT` to the generated SQL....
And actually, to clarify why I said that: if you don't get the `AUTOINCREMENT` set on that column in the migration SQL, you'll get the null constraint violation. Unless you...
Just for transparency, I actually implemented this already in a fork. I plan to create a PR for this now: https://github.com/TrustedComputingGroup/openssl/pull/8/files
Can this be closed out?
You can see all of the Bun-Node compatibilities here: https://bun.sh/docs/runtime/nodejs-apis I don't know for sure, but I think a lot of those are going to be complete blockers until they...
Actually, I'm having this problem even with `yarn` installed. Almost the same problem: ``` ? Package name: (The name filed in your package.json) @wildboar/x500-native ? Dir name: x500-native ? Choose...