FortStatement
FortStatement
Running `cargo install jless` on my dev servers currently fails because it doesn't have libxcb, which is required by the crate `clipboard`. I was thinking maybe it could be a...
I couldn't trivially tell if the default for boolean should be true or false, figured there should be a test for it. (Especially since it seems inverted looking at [cyaml__read_bool](https://github.com/tlsa/libcyaml/blob/main/src/load.c#L1428))
convert does handle bidi now Also remove duplicated English line.
If a list or table is already left-aligned, you can't change it to be right-aligned without re-creating it.
As long as the app is installed, `vold` constantly writes the same log message: "Remounting as write". Seems to come from [`remountUid`](https://cs.android.com/android/platform/superproject/+/android-10.0.0_r30:system/vold/VolumeManager.cpp;l=433), which is reached from some Binder interface. Not...
A valid use case with some testing server you can't control would be to communicate with it over TLS without a valid certificate. I think other such validations should be...
Cleanup
Formatted to PEP8 and some minor tidying, prep for making larger changes :)
Mostly solves #84 No automatic detection of anything, but at least now (or starting next release) I'll be able to build it on servers :) Let me know what you...
This adds a simulated version of StreamDeck+, rendered with pygame (optional dependency for feature 'simulator'). Not explicitly used anywhere, but useful if you want to experiment without having a device...