arcnmx

Results 70 comments of arcnmx

The PR still applies, although I'm not sure whether any conclusions were come to re #221. I'm happy to help update/rebase if a particular design is agreed on as the...

Sorry I've been pretty busy recently and haven't had a chance to put this together. We have a working plan here, I can try to work on it later this...

I'm still using `glib::ffi::g_ptr_array_xxx` manually here. Regarding the linked issue and related safety concerns, I suppose I'd opine that most methods can and should be bound, and at the very...

So there are a few distinct points of discussion here: 1. The sys type is just an alias of [`libc::input_event`](https://docs.rs/libc/latest/libc/struct.input_event.html), which prevents the crate from impl'ing `Default` or similar. Perhaps...

The relevant PR to packages was merged quickly, is this still blocked on supporting newer syntax features?

> I wonder if it is related to [mqttjs/MQTT.js#1852](https://github.com/mqttjs/MQTT.js/pull/1852) (or corresponding issue?) (based on fuzzy gpt-style text searching for most probable location 😁). Given that my error is slightly different...

well it's a `(const gchar*)*` argument, so unless I'm mistaken, just swapping `null_mut` out for `null` in the example above should be correct? so it becomes: ```rust let mut type_...

Yeah there's a lot of shuffling around here, I probably should've tackled the no-poisoning part first as it would be a much more self-contained and obvious/minimal change. It only needs...

Trying this seemed to result in an error after a cancel? > Exception in thread Thread-102: > TypeError: PrometheusExporterPlugin.print_deregister_callback() takes 2 positional arguments but 51 were given > Exception in...

Sorry, I haven't used luakit in quite some time now. [You may want to check that the config fields are correct](https://github.com/arcnmx/luakit-pass/blob/master/init.lua#L9-L10) (which you can set on the module returned by...