Results 8 comments of AimForNaN

Just now came across a reference hidden deep in the issues: https://github.com/less/less.js/issues/3368#issuecomment-466424688

`vue-router.esm-browser.prod.js` for latest version doesn't exist (though I'm not sure if that would remove the dependency). `@vue/devtools-api` dependency is very inconvenient. While import maps are a quick workaround, I would...

I know this is considered low priority, but I really hope manual tiling will be one of the layouts implemented (i.e. the same way it works in sway). At least...

I've checked the source code, and if I read everything correctly, I don't see how this would be possible with the `functionHeader` option. If you consider the `functionHeader` option, this...

It's not an issue with how we install it. `isSurroundedBy` does not exist for [Symfony\Component\Console\Command\Command](https://github.com/symfony/console/blob/5.4/Command/Command.php).

I'm getting the same error on my Linux machine. I tried adjusting env vars for both conda and shell session, but nothing seems to work.

Coming across [this issue](https://github.com/bootphon/phonemizer/issues/189), I placed the following code at the top of `gradio_demo.py`: ```py from phonemizer.backend.espeak.wrapper import EspeakWrapper EspeakWrapper() ``` Interestingly, this was sufficient to get passed the error....

Ran into a similar issue with other packages. Found a [work-around](https://github.com/serialport/node-serialport/issues/2464#issuecomment-1444129576) and modified it to work for me. Seems `@electron/packager` related. ```js // forge.config.js const { spawn } = require('node:child_process');...