ABeltramo
ABeltramo
I'm getting a 404 error in the browser (and in the jupyter console) when running the `Vega(...)` cell. Here's the output from the jupyter console ``` 404 GET /static/jupyter-vega.js (127.0.0.1)...
I changed the `zipmap` default method so that it will always create a map with all the passed keys. Another solution can be: ```clojure (defn pad [n coll val] (take...
See: https://www.cve.org/CVERecord?id=CVE-2022-34169 Apache Xalan is pulled by `org.apache.xmlgraphics:batik-dom` which is pulled by `org.apache.xmlgraphics:batik-transcoder`. Unfortunately looks like [Apache Xalan is being retired](https://github.com/advisories/GHSA-9339-86wc-4qgf), so there are no plans to create any future...
**Describe the bug** Originally reported by @shymian in https://github.com/games-on-whales/wolf/issues/56 I've been fixing up the uinput implementation but it seems that Moonlight-qt is sending swapped inputs for the main buttons via...
## Description **This is still a draft, please let me know if something is not working** Added support for the followings new virtual devices: - Nintendo Switch pro joypad -...
## Description I had to rename the branch for CI to work, this is a continuation of #2261 Added support for the followings new virtual devices: - Nintendo Switch pro...
See this recent protocol addition: https://github.com/LizardByte/Sunshine/pull/2025
This has been reported by a couple users; when starting an app it gets stuck on startup spamming the following error: ``` vblankmanager: write failed: Resource temporarily unavailable ``` it...
See the new protocol extension: https://github.com/LizardByte/Sunshine/pull/1945