zza
zza
I think https://github.com/seanmonstar/futures-fs/pull/13 changed `FsPool` to no longer be `Send` which prevents sharing the IO threadpool between compute threads. If some `Executors` are not `Send` then maybe `FsPool` would allow...
Hello I have been learning to use platformio with a TTGO TDisplayS3 https://github.com/Xinyuan-LilyGO/T-Display-S3 I have managed to get the board working without any checksum errors or issues with my projects...
Hello, can [diffractionlimit.com](diffractionlimit.com) please be added? I get a measurement of 234.79 kB transferred.
Hi, I was looking for a fibonacci heap implementation as it can efficiently support the reprioritisation of an item efficiently (even if only in one direction), unlike a binary heap....
I've tried a first pass at addressing Issue https://github.com/HEnquist/wasapi-rs/issues/26 as I was interested in the same functionality. The wrapper approach is a bit clunky but I couldn't see an easy...
The following method from `AudioCaptureClient` is public "safe" method. However, if the user passes in an integer 'bytes_per_frame' that is incorrect/too-large the method will construct an incorrect length buffer slice...
Hi Henrik, I'd like to be able to list out all processes currently outputting audio. It looks like the best way to do this is to access the `IAudioSessionManager2` and...
Hello Masahiro, Thank you for your work on these optimisers. I have implemented the [CR-FM-NES algorithm in rust](https://github.com/millardjn/crfmnes) based on the C++ implementation linked on this repo. While doing so...