Roman

Results 535 comments of Roman

Hi @GimpMaster, can you add a failing test case for your scenario? I can see if I can add a fix then.

- Looks like the same issue occurs with `tsup`: https://github.com/egoist/tsup/issues/571 - ... Because of `rollup-plugin-dts`: https://github.com/Swatinem/rollup-plugin-dts/issues/127

Yes, I am ok with removing Node versions that are no longer supported.

As long as we can keep the historical data tho.

Actually, this was related to converting stringified bigint to a number type. But I think this is a deeper problem with bigints that cannot be handled in JS. I was...

> Database bigint types shouldn't be transformed into javascript number type, because they can contain more values then js number can handle. NodeJS, [modern browsers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#Browser_compatibility) and [TypeScript](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-2.html#bigint) all have BigInt...

Another use case: transform integer PKs to [hashid](https://hashids.org/) and back.

@nin-jin Can you help @DarkGL with this? ![screenshot-20240511T151635-F0UVb8A0@2x](https://github.com/moltar/typescript-runtime-type-benchmarks/assets/491247/f34ead29-437f-4d64-ab7f-f1efe2ff1cef)

@DarkGL Massive work! ❤️ @hoeck lots of graphing changes on this one; please see if you have any opinions

Same for VS Code too. When using `CLAUDE_CONFIG_DIR`, the `/ide` command results in: > No available IDEs detected. Make sure your IDE has the Claude Code extension or plugin installed...