Jaap Aarts

Results 110 comments of Jaap Aarts

Installed valgrind from arch linux repos [3.15.0.1](https://www.archlinux.org/packages/extra/x86_64/valgrind/) and having the same issues. https://pastebin.com/X562yamL

@svenstaro you're the new maintainer, I don't know if you get notifications for threads you didn't subscribe to.

I just rebooted as that is supposed to get the updates to show up, but now fwupdmgr doesnt show the fingerprint reader at all. Does anyone know how this would...

5.8 made a lot of things better on my T14, I think the no mic was actually listed on the arch wiki.

How do I build a version of rls with the ipc feature enabled? rls is throwing me a lot of errors using `enum_dispatch` . I tried building with feature flags...

I found the issue. It amazes me that out of all the minutes in a day, the 10 minutes _after_ you ask a question you find the answer to what...

Take `gio::Settings::new`, which in the current API looks like: ``` pub fn new(schema_id: &str) -> Settings { unsafe { from_glib_full(ffi::g_settings_new(schema_id.to_glib_none().0)) } } ``` With my patch, as it stands right...

I got it to compile, but also found some non-compatible things. Mostly callbacks used to take `&str` and possibly some more. I tried my new patch on `gtk-rs-core` and all...

Could it be an option to implement `ToGlibPtr` for `CString` so that the users of glib have more control over the panic without doing double work?? Then all functions that...

after runing make test, the test fails at the icons, so probably fix that?