Benjamin Klum

Results 365 comments of Benjamin Klum

Thanks @petrochenkov. I'm also very interested in your addition because the Rust 1.61 change https://github.com/rust-lang/rust/pull/93901/ breaks my application at runtime (although it compiles and links successfully). Using `.link_lib_modifiers(Some("+whole-archive"))` for one...

@petrochenkov Thanks, good to know. Your solution is much more convenient though.

Current workaround which helps at least for being able to completly disable compilation with metered: Create a fake attribute macro called `measure` in a proc-macro crate, in this example named...

Hello Boscop. Oh great, happy to hear that! It's funny you mention ReaLearn VST because this is exactly the reason why I wrote this issue. I'm in the process of...

Sounds good. Should I make a PR or do you want to give it a go? I wonder what the other vst-rs devs think about that. Introducing `catch_unwind` in itself...

@Boscop Sorry for hijacking the issue, but since you mentioned your interest: [reaper-rs](https://github.com/helgoboss/reaper-rs) is now available on GitHub. Hope it helps you.

I have a very similar Anvil issue after switching from Android SDK 23 to 25. When unmounting a RecyclerView, a NullPointerException is thrown. Because the RecyclerView was already detached from...

The best would be if the popup just doesn't close when changing checkboxes. Also not sure if this is hard to do, we could fight OS-specific behavior here. Would also...

Interesting workaround :) It's not exactly what you requested but you can see the name of the active main preset in the toolbar, so if you don't hide it (by...

Okay, let me know when your idea takes shape. I will put this in a waiting state until then (there are many FRs now, need to sort a bit).