Hannu Hartikainen
Hannu Hartikainen
This causes the test to fail right now, with the error: ``` FAIL in (test-multipart) (middleware_test.clj:370) with multipart option expected: (instance? InputStream (:body r)) actual: jdk.internal.net.http.RequestPublishers$PublisherAdapter ``` I don't think...
I have a container set up for cross compilation. `CARGO_BUILD_TARGET` is set and rust projects compile with just `cargo build`. I'd expect `cargo deb` to also work but alas, I...
As requested for the Homebrew package: it would be preferrable to be able to run `make install PREFIX=...` instead of manually copying binaries. https://github.com/Homebrew/homebrew-core/pull/25140
The software crashes on Python 3.7 and older with the error ``` ImportError: cannot import name 'Literal' from 'typing' (/usr/lib/python3.7/typing.py) ``` Documentation and `setup.py` should be updated to reflect the...
**Is your feature request related to a problem? Please describe.** I use a tiling window manager (swaywm) and I'm used to always having focus on the window under my mouse....