Results 5 comments of Hugo McPhee

I got the same issue with xatlas enabled, to fix, I edited the xatlas `__init__.py` file, to convert `__path__` to a non-list ``` # make sure path's not a list...

looks like disabling "skip numeric underscore normalization" fixes it the line adding "-N" is in `python-black/lib/python-black.js : 111` ``` if (atom.config.get("python-black.skipNumericUnderscoreNormalization")) { args.push("-N"); } ``` My "Path to black executable"...

I would love this feature

If it helps, it works with `npx vite` without any custom scripts when re-saving the vite config file while `force` is true _in the config:_ `optimizeDeps: { force: true },`...

I have the same issue on my surface pro 4, the fans get louder and there's 5-10% cpu increase in atom in task manager.