kangalio

Results 245 comments of kangalio
trafficstars

I spun up a Windows 10 VM to be able to fix more backends. Inside the VM I managed to fix the WinMM backend in 9e0adf72b909ddeb9f4d2472de1536d90e233278. I also attempted to...

While talking about this on the unofficial Rust Discord server, something was pointed out to me: Having the callback be `'a` instead of `'static` is only sound if the `MidiInputConnection`...

Alright, I experimented, and found the following: On my configuration - Linux, ALSA - if the callback blocks, pending messages will get queued. Apart from the one message in processing,...

> It's possible that I either missed something when I last looked at the APIs provided by rust-analyzer or that it has since gained support for type-level dependencies. Which crate...

Only approach 2 is viable because derive macros apparently don't support attributes on generics

Auto-deref based specialization might work too for this case, and it works on stable

I think I prefer the Option way, for several reasons - It seems intuitive and semantically correct - The absence of a specific data type does not necessarily indicate an...

It seems like stdout doesn't count as a pipe anymore for some reason `fcat file.txt | cat` works, `fcat file.txt` does not. This seems to be a common issue, e.g....

Oops, I meant to add this link to my last sentence http://archive.lwn.net:8080/linux-kernel/202105071116.638258236E@keescook/t/

I don't wanna come across as a jerk but it would be nice if the conversations could be held in English or translated to English so they're accessible to more...