metayan

Results 73 comments of metayan

Logged the startup without the macOS OpenGL core profile patch, just to make sure that it isn't adding to the startup time, and the timing is approximately the same. Sometimes...

> And without `--render-driver=opengl`? Good point. Similar delays. ### With lots of windows and tabs in Safari ``` ./run x --verbosity=verbose -S \ --video-codec=h264 --video-encoder='OMX.qcom.video.encoder.avc' \ 2>&1 |ts -i "%.s"...

Maybe others don't have hundreds of tabs open in Safari... ;) Anyway, it's not an issue with normal `scrcpy` use, since it's fine once it's running. Only a bit of...

When running `rtl_433` `23.11-103-g9064ccd0` with ```sh rtl_433 -M utc -M protocol -M level -M stats -M hires -g 100 -F json:$(date +%Y%m%d-%H%M%S).json ``` the protocol number is not output. ###...

One solution is to use [cepl.examples](https://github.com/cbaggers/cepl.examples): ``` cd ~/quicklisp/local-projects/ git clone https://github.com/cbaggers/cepl.examples sbcl --eval '(ql:register-local-projects)' --quit ``` and replacing the first line in your example with ``` (ql:quickload :cepl.examples) (in-package...

Oh yes, `cepl.examples` has a bunch of dependencies, like `assimp`, that first need to be installed on the system to be able to use them from Lisp. Can be done...

Confirming issue on "Version 1.12.2 (v1.12.2-7-g7804e4f9) DarwinX8664" ``` > Error: The value # is not of the expected type CCL::SIMPLE-UNSIGNED-DOUBLEWORD-VECTOR. ```

Confirming the issue on both Darwin (Catalina) and Linux (Devuan Daedalus) x8664. Using `v1.12.1`, `v1.12.2` and current master (`v1.12.2-14-gb947aece`). Also with the version @informatimago (`v1.12.1-7`) reported as working. However, here...

If we give it what it's asking for, it does what it's supposed to do: ``` echo |ccl --no-init --batch --quiet --eval '(format t "Hiya!~%")' ``` ;)

Maybe you can try cloning this repository to the Quicklisp `local-projects` directory. Quicklisp is using `hunchentoot` `v1.3.0` from May 2020, and there is a fix to `wake-acceptor-for-shutdown` in 76862391040c20255c7275e815c2175e46bfd080 that...