Erkki Seppälä
Erkki Seppälä
`gdb` backtrace: ``` XOpenDisplay() failed! Thread 2 "click_mute" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7ffff66f2700 (LWP 3588334)] 0x00005555556df887 in ::drop ( self=0x7ffff66f0e88) at /rustc/3e99439f4dacc8ba0d2ca48d221694362d587927/library/std/src/ffi/c_str.rs:770 770 /rustc/3e99439f4dacc8ba0d2ca48d221694362d587927/library/std/src/ffi/c_str.rs: No such...
Preferably the interface would be something that works for the following scenario: - Regular expression (l+) and input chunk "hello" -> one substring - Resume matching with new data: "hell"...
I meant "Bonus" as in a feature that is probably not often useful, but use cases could be found. For example: I could write a pattern that optimistically matches certain...
This kind of attack has been found to be relevant once again in other implementations: https://robotattack.org/
Seems to me that the fact that To.ml doesn't try to keep the order of the original file the same would be a related problem. If you have comments before...
Well, the simplest way is to not just put the data into a map but instead search the list in linear fashion when a value needs to be found or...
Couple ideas: - The proposal seems to not allow transferring files of indeterminate size, which would allow ie. piping output of `tar` directly to another device (use case: "backup restore...
Actually random access or at least resume-from-offset -functionality could be essential for transferring large files in spotty network conditions or while roaming (though I don't know if WebRTC already has...
Isn't https://spec.matrix.org/unstable/client-server-api/#send-to-device-messaging a perfect match for this application? The document doesn't seem to touch that at all. I don't think the full handshake should be within the room; why should...
SonoBus 1.6.2-0 VST3 starts up fine and also works in Debian Stable with deb-packaged Bitwig 5 beta 3. However, I was not able to load it from Carla, so that...