ReenigneArcher
ReenigneArcher
> Now I see what you mean... I obviously didn't read the logs properly. Not entirely sure why extracting that tarball fails, I can only guess it is because you...
I understand this issue is old, but I have been considering something similar for testing a plugin. I haven't put all the pieces together yet, but I was thinking that...
Yes @jjlawren , you put me on the right track. Still need to find time to implement something similar in my projects. Thanks!
@blacktwin The cloud key method returns no key for me. I think if you are using Plex's guide then it gives you a cloud key. If you are using an...
Please add this! It would be a very nice addition to psutil. Nvidia's official python module is [pynvml](https://pypi.org/project/pynvml/) For AMD I found this module, [pyamdgpuinfo](https://pypi.org/project/pyamdgpuinfo/), but it is currently linux...
Okay, thanks for taking the time to answer! Adding `-f avi` does get it to pipe the output to stdout. Any idea why `avi` works, but others like `mp4` and...
> It looks like this is already integrated but I could not access it. See https://store.crowdin.com/products/bds. These are the steps I took to enable it. - Login to CrowdIn -...
Can you cache responses from AUR for 24 hours or so, to reduce the number of hits to their API? Also, when you request info about an AUR package, you...
I don't know the inner working of your service. Is there any indication how many requests there are to the AUR if you remove duplicate aur package names? For example,...
As a workaround, I've created a GitHub action that caches the responses from the aur once a day, and uploads/publishes the files in GitHub pages. `https://raw.githubusercontent.com/LizardByte/uno/gh-pages/aur/sunshine.json` Then use a json...