Results 131 comments of Jasper

There's not much FSF-copyrighted in the Linux kernel. Many larger copyright holders in the Linux kernel are represented by the [Software Freedom Conservancy](https://sfconservancy.org/copyleft-compliance/), who may be willing to take enforcement...

This would benefit us greatly as well (similar use-case - hyper service which sometimes needs to send something to RabbitMQ, and currently has to get a connection from the pool,...

instrumentation of deadpool with tokio `tracing` would allow you to observe the latency of acquiring a connection, which would trend up as the pool became exhausted (until eventually failing to...

We're using tokio-tracing to output traces in opentelemetry format (supported by various tools and cloud platforms) in production, giving us visibility into things like DB query latency and upstream API...

In my city there is one provider with stations, and three providers that only have free bikes. As far as I can see only the provider with stations is mapped....

This crate doesn't contain a pure Rust TCP implementation; it just contains the parts of `std::net` (mostly address types) that don't depend on the rest of `std`. Without `std`, you...

With the driver from latest git and the config files linked above, launching pulseaudio fails on my MBP15,2 with: ``` Apr 08 19:00:58 little kernel: aaudio_pcm_open Apr 08 19:00:58 little...

Disabling realtime scheduling in pulseaudio fixes the above. It appears that with this driver, pulseaudio spends too much time in realtime blocks and gets killed.

The container is running with host networking (and `hciconfig` shows the Bluetooth adapter from within the container). There is nothing in the console logs in the browser, but in the...

The `startScanLock()` promise never resolves, yet the `onScanStart` event isn't fired and no devices are found. I get the same behaviour on the host system (outside the container), too. The...