NP

Results 21 comments of NP

Yeah, looks like Vite doesn't love "node.js" modules, so, I found one dirty solution: 0) Add into `vite.config.ts` an `define` ```js export default defineConfig({ define: { 'process.browser': 'true', }, })...

Yes, and I can't enable this flag, because it uses not for only copying `.js`s files. But I still need to copy .js files into `outDir` and don't want to...

Heh, yes, `allowJs: true` do not copy other files, but it does some another things ⚠️ not **only** copying. https://www.typescriptlang.org/tsconfig#allowJs `.js`s files going to be a part of project and...

maybe some sql-ast-parsers or it slow? https://www.npmjs.com/package/pgsql-ast-parser https://www.npmjs.com/package/node-sql-parser

Sad first experience on Windows: - prerequirements not handled by installer and not described anywhere (maybe should be going by Lens way without painful PATH configuration?) - errors warnings, tooltips...

@jsumners, I can provide an example, but please understand me correctly: I don't talking about any specific case, exception or transport, just about every possible and impossible unhandled cases that...

> I'm aware of the problem this issue depicts. Essentially we need the main logger to "watch" for the worker thread close event and restart if it fails. > >...

@mcollina, sure, but currently I'm not in resource to tackle with technical or ecosystem barriers. I'll need consultative help to effectively deal with it. ~ Roadmap: - **v0**. Just `Runtime.consoleAPICalled`...

@mcollina, I was specifically asking about Pino. Could you please provide some advice regarding the points above?