-
-
~~Clone it, `pip install -r requirements.txt`, open an Adobe app and run `python rpc.py`. If you get an error complaining about permissions run `chmod +x rpc.py`.~~ Nevermind, this is for...
@coolkidmacho hey, is your API fixed yet? I've heard it's down and I know of 2 snipers that broke so far
> I use the compact player a lot in Dopamine 2. I'd love to see it in Dopamine 3 as well. It's on the milestone list, see #323.
You should probably pin this. Also, few links I pulled that may be handy for implementing media controls (requires per-platform native modules, unfortunately): - [MPRIS implementation in Node](https://github.com/dbusjs/mpris-service) - [Cross-platform...
Already planned in #323.
Classic case of [Mojibake](wikipedia.org/wiki/Mojibake). Could you try decompressing with [7-zip](https://www.7-zip.org) and keeping the actual archives outside of your library?
For those in need of a workaround, you can use [this .ttf](https://github.com/zed-industries/zed/files/15088081/SegoeIcons.zip) (should be marked as digitally signed in the font viewer) or pull the font from your own copy...
Hi, dropping in again. Preventing sleep should be pretty easy, the [powerSaveBlocker API](https://www.electronjs.org/docs/latest/api/power-save-blocker) exists. Might need IPC?; it's only callable from Main.
[This issue blocks anything that depends on undici](https://github.com/nodejs/undici/blob/0ca9c1e1faa8cac5ed9310dacbe2e9b5cfd4f6b1/lib/web/fetch/index.js#L318), which has 8,755,626 weekly downloads at the time of writing. Updated to provide more useful information, old comment left for posterity Minimal...
Low-priority, ~~will see if I can fix it easily~~ hoping it's an easy fix.