Snir Shechter
Snir Shechter
Any plans to (ever) merge this?
@nikogamulin Hey, do you mean setting the process title and then using it in the webapp and notifications?
@yoni12345678 Hey, it sounds great, however I'm not sure it fits all scenarios since not all ml libraries have this feature and the manual API certainly can't get it. Do...
@gitowiec That should be the correct way IMO - for SPA support.
@omesser Sounds great! Would you like to contribute that feature yourself?
@NicoPennec Can you take a look, please?
@pi0 @NicoPennec Guys, is this module even maintained?
@NicoPennec Thanks for the feedback. I'll get right on it ASAP.
@GhostOf0days I've added a fix using patch-package in the original issue #74 until the repo owner answers.
For anyone else stuck here, I've added a fix myself via patch-package: 1. `npm install --save-dev patch-package` 2. Create the patch file `patches/vite-plugin-eslint+1.8.1.dev.patch` with this content: ```patch diff --git a/node_modules/vite-plugin-eslint/package.json...