0EVSG

Results 6 issues of 0EVSG

This PR is meant as a __working prototype__ for a feature I'd like to discuss - play around with it and see if there's enough interest to develop a serious...

Resource Scheduling

As discussed on IRC: `alloca()` is a method to allocate dynamic memory on the stack. It is non-standard, although implemented on most platforms. In general it is superseded by the...

enhancement

Hello, I stumbled upon this when I investigated jackd consistently crashing in some configurations of OSS on FreeBSD. In summary, the buffer size is reset according to the number of...

This is a complete rewrite of the OSS backend for FreeBSD - none of this affects other systems or touches code outside of the `freebsd` directory. Main motivation was to...

backend
FreeBSD

Time goes by... Update the Cirrus FreeBSD images for CI to 13.3-RELEASE and 14.1-RELEASE, just that.

## Describe the bug When running the tests with paramiko < 3.2 installed, the test TestSSHUserConfig.test_missing_hostkey fails due to missing `PKey` method `from_type_string`: ``` __________________________________ TestSSHUserConfig.test_missing_hostkey ___________________________________ self = def...