Dima Tisnek
Dima Tisnek
That's a good question... ultimately library users should decide what belongs to the documentation. I'd gladly see: 1. a list of what's possible 2. simple examples for common APIs
PRs are welcome!
Please contribute :)
A random user of both packages here: I'd prefer partial support released sooner to full support released later 🙏🏿
I had similar problem with anther layout, Workman, but only until reboot. In the end I did both: * copy .keyboard and .icns files directly into `/Library/Keyboard\ Layouts/` * reboot...
Sure, I took individual files from https://github.com/MadRabbit/halmak/tree/master/macos/Halmak.bundle/Contents/Resources that is from inside the bundle, and dropped them into the system dir, with the following result ``` > ls -hl /Library/Keyboard\ Layouts/...
Oh and I had to reboot the laptop after adding the files. Without reboot I had the same issue: some 1st party (Safari) kept reverting to a standard keyboard automatically.
Better yet, allow passing this option via environment variable, so that I could do: `env MAKELAGS="-j" poetry install` that installs my project, which installs `scapy`, which installs `blis` which then...
Context: this is a notable issue for any musl-based distro, like `alpine`, where today there can be no wheels on pypi.org
Python 3.9.5 hypercorn 0.13.2 fastapi 0.73.0 curl 7.68.0 Formal MRE: https://github.com/dimaqq/repro-task-destroyed