arcnmx
arcnmx
Well ReadWrite is just two halves of a request, so it looks like a `i2c_read()` or `i2c_write()` would just be a `IOI2CRequest` with either `sendTransactionType` or `replyTransactionType` set to `kIOI2CNoTransactionType`,...
Sorry this has been so delayed. There's still probably going to be lots of churn but the port to 0.5 [is starting to come together now](https://github.com/arcnmx/wireplumber.rs/actions?query=branch%3Awp-0.5) in the `wp-0.5` branch.
> [`-i '/_:repository/_:package[not(@name)]' -t attr -n name -v wireplumber-0.4`](https://github.com/arcnmx/wireplumber.rs/blob/main/ci/wp-gir-filter.sh#L42), this has been patched in https://gitlab.freedesktop.org/pipewire/wireplumber/-/merge_requests/448. I had noticed, but left it in just to keep generation working with older versions....
Not sure I follow where `webview.enable_javascript` is coming from? That's certainly not used anywhere in my config - the `noscript` plugin provides the `,ts` bindings itself and handles the domain-specific...
It should at least be ready for a preliminary review - most of the reason that it's marked WIP is because I'm looking for some initial feedback on whether the...
Not sure if exact same issue, as I don't seem to be running into leaks that occur over time... But a single alacritty instance seems to seems to eat up...
Is the deprecation a slow rollout? I was very confused why the suggested changes worked in some places but resulted in an infinite apply loop in others. [ignore_changes](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#ignore_changes) seems to...
I ended up [hacking this in via env var](https://github.com/arcnmx/memflow-qemu/commit/47300b33e339a2926534eb639d071bcb055278ab), not sure if/when I'll turn that into a proper argument though .-. I personally needed it for different reasons though -...
[FWIW here is my own approach](https://github.com/arcnmx/dotfiles/blob/2a977f94616e57535eddf141072cc81e6a1b61f5/files/gui/.config/luakit/rc/ui.lua#L7) that doesn't modify luakit files directly.
Could you please reference the commit or setting or something about where this was fixed/implemented? I'm just seeing a bunch of issues being closed because incomplete/hacky workarounds were provided in...