Ondřej Hruška
Ondřej Hruška
It's built from master, 1b563049c17d24399378ede75c73018367b83b62 and running on Arch Linux > This apparently does not happen in Debug build I was wrong, since I posted this I got the crash...
The package has version `5.15.3+kde+r133-1`
any progress / plans for this? it made me ditch the sync client and write this async abomination instead (my first time using futures, too) ```rust let mut rt =...
I have a solution of sorts, maybe I'll make a PR later if it proves reliable. ```rust fn clear_framed_read_buffer(framed_mut : &mut Framed) { let framed = unsafe { std::ptr::read(framed_mut) };...
I'm still using the hack shown in the previous post, it's quite reliable but you of course need to copy the library to your project and add the patch locally....
I just tested this. It works better than the old system, looping also works great, but the slider is somewhat erratic. - I think it's limited to 1 second of...
Ah, middle click works as left click normally would on a slider. This could use some explanation in the dialog, I would never find out. I rarely have recordings longer...
Just getting the same issue, solved by switching to 162.254.195.19. What's the idea of having multiple mirrors, if the client uses just the first one and hangs if it's down?...
A similar issue comes up with URLs in `actix-web`. There is a `ResourceMap` struct with URL templates and a URL building method `url_for`, but it cannot be serialized. - One...
@Keats If I read that right, you still have to pass the lang argument to the function, right? Here's one way to do what I want right now, with pre-generating...