ABeltramo
ABeltramo
Encoding Double "positive infinity" value will be decoded back as the string "infinity". Example: ```clojure (cheshire.core/encode Double/POSITIVE_INFINITY) => "\"Infinity\"" (-> (cheshire.core/encode Double/POSITIVE_INFINITY) (cheshire.core/decode)) => "Infinity" (-> (cheshire.core/encode Double/POSITIVE_INFINITY) (cheshire.core/decode) (type))...
Seems like it's not possible to encode primitive arrays, example: ```clojure (cheshire.core/encode (double-array [0 1 2])) ``` Throws ``` com.fasterxml.jackson.core.JsonGenerationException: Cannot JSON encode object of class: class [D: [D@283dd82a ```
Updating Sunshine from the abandoned Loki repo to https://github.com/SunshineStream/Sunshine ~~Currently doesn't work on my test machine, I have to test this further~~ EDIT: works fine on my test environment, performance...
This is something that has been requested over and over again: > Can I let different users share a single machine for multiple gaming sessions at the same time? Bare...
From a report on the Discord channel it might be that Xorg doesn't start when no GPU is available (to be tested). In such cases, we could failover to xvfb....
WSL2 is missing the `uinput` kernel module. There's a way to get it which involves recompile the kernel, try following the instructions at https://gist.github.com/cerebrate/d40c89d3fa89594e1b1538b2ce9d2720
WIP: Testing out Terraform for automated cloud deploy.
We need to cross compile the images and test if this beast can run there.
## Description PulseAudio can (and will) return `null` when no sink is defined, assigning `null` to a `std::string` will always cause a segmentation fault. Here's a simple check before making...