Felipe Castillo

Results 69 comments of Felipe Castillo

> You can add this to your package.json file to avoid the vulnerability: > > ```json > "resolutions": { > "jszip": "^3.7.1" > }, > ``` This will only work...

This is a duplicate of #344

Did you rebuild it with `electron-packager` after updating the version? This module doesn't use the info on your `package.json` directly, it uses the info of the `package.json` inside of your...

I'm not sure if I should open a new issue, but my problem is related to this issue. I'm using latest Ubuntu 16.04 with Unity and your app doesn't work...

@gkarsay I just received an update to `v.1.5.4` which has fixed the media shortcuts. Maybe @forteller can try installing this version and test if it works for you too

@forteller try using the default ones on your keyboard, the ones associated with all apps. It's usually `F8`, or `FN+F8`. Look for the PLAY/PAUSE logo on your keyboard. There's no...

@forteller also, even though your laptop doesn't have dedicated media keys. Following my previous instructions, you can assign any key combination you want, for example, the same keys you were...

@darkdragon-001 it's probably not the same, that issues describe a problem with multi-monitors. This one is specific to isolate workspaces only, whether you have a single or multi-monitor setup. Also,...

I don't want this issue to go stale, so just letting people know that this is still present on v69 on Gnome 3.36.8. If Nemo is open in a different...

@rickhg12hs I'm experiencing the same issue. I tried downgrading pipdeptree to `2.1.0` and use `pip==21.3` and I got an error. The only working combination is `pipdeptree==2.1.0` and `pip==21.2.4`