Alex Bolshakov
Alex Bolshakov
One production project is in the middle of migration from TypeORM, the second one uses MikroORM since day 0. In general MikroORM is much more thoughtful and predictable than TypeORM....
> Like what? Native JSON support for filtering, sorting etc.
@championswimmer Will this be merged?
+1, same for `.svg` files. This could probably be caused by https://github.com/oven-sh/bun/blob/main/src/bundler.zig#L1124
I also get this when any TSC error happens under the hood: ```sh Restarting 'app.ts server:start' (node:42858) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`: --import 'data:text/javascript,import...
The world was not ready for ESM 7 years ago and isn't yet quite ready
For anyone who just wants to see what the TSC errors are without any fanciness, here's how I patched ts-node's `TSError` impl: ```typescript class TSError extends Error { constructor(diagnosticText, diagnosticCodes,...
Same here, I'm using workspaces with `install-strategy=shallow` at `.npmrc` and any records at `overrides` are effectively ignored for dependencies of dependencies.
@adamhamlin Is creating separate pg pool per used database not an option for you?
@adamhamlin yeah, I see... The only thing that comes to my mind is PGBouncer