Branislav Makan

Results 4 comments of Branislav Makan

Any update on this? I even upgraded the perl. Didn't help. Cannot step through the code, inspect variables, etc. VS Code: 1.34 PadWalker: 2.3 Perl: 5.16.3 and 5.26.3 CentOS: 7.4

How do we get rid of non-es lodash? Right now, they are both installed when I install `react-color` and they both end up in my bundle. `react-color` is the only...

I managed to get rid of `lodash` by adding an alias to my vite.config.ts: ```ts ... resolve: { alias: { lodash: 'lodash-es', }, }, ... ``` Fairly sure something similar...

I've just updated to Python 3.12 and flake8 is crashing due to error in `flake8-commas`. I'll just uninstall it, but it's possibly a blocker for adding python3.12 support. Edit: I...