Joakim Frostegård

Results 8 issues of Joakim Frostegård

Avoids compiling octasine-cli

A report has come in of no GUI appearing in Bitwig when using the CLAP plugin.

bug

A good starting point could be https://github.com/Smithay/wayland-rs/blob/master/wayland-client/examples/simple_window.rs

I've received a report of [memory leaks in aquatic_ws](https://github.com/greatest-ape/aquatic/issues/169). When running the application under heaptrack, it appears that tasks started to handle connections are in fact never freed. After looking...

I received a [report](https://github.com/greatest-ape/aquatic/issues/126) of a panic occurring [in VacantEntry.insert](https://github.com/jonhoo/indexmap-amortized/blob/7902615cf1d38927e2e3d7bf5069c59af458c672/src/map/core.rs#L615). I unfortunately don't have a minimal code sample, but it is likely triggered by this line: https://github.com/greatest-ape/aquatic/blob/bdf200019ad3b6bb93dd18227b583237b9f188f7/aquatic_udp/src/workers/swarm/mod.rs#L148

First of all, thanks for a great library! Support for plain avx would be great for me. I forked the repo (to https://github.com/greatest-ape/simdeez/tree/avx), copied all the code from the avx2...