Results 71 comments of narodnik

Please don't make this depend on tokio. It should be runtime agnostic. Many projects use alternative async runtimes.

cargo-quad now uses 0.86 so this pull request is stale and should be closed.

This piece of code illustrates the issue better: ```java import android.os.Bundle; import android.os.Handler; import android.text.Editable; import android.text.SpannableStringBuilder; import android.util.Log; import android.view.KeyEvent; import android.view.inputmethod.InputConnection; import android.view.inputmethod.InputContentInfo; import android.view.inputmethod.EditorInfo; import android.view.View; import...

Please consider adding a VarInt type used for storing the lengths of things such as Vec.

Just updated this branch for the latest master. Now all new Kobo eReaders are waterproof. Please consider adding this functionality to Plato natively.

Thanks, actually I already did that, but it seems cmake required `libxml2` to also be installed. Installing that fixed the current error, but now I get another one: ``` ~...

I already installed cmake (and libxml2) otherwise we get the first error. cmake version is 3.29.4 It seems the cmake error is related to process flags.

`which` shows the path as `/data/data/com.termux/files/usr/bin/cmake`. The cmake version is 3.29.4. I tried building the docker image, and got a pyzmq wheel file for aarch64. Installed that, but it couldn't...

Amazing pull request, but just one comment: in `src/host/pulseaudio/mod.rs` it looks like the app name is hardcoded to "cpal-pulseaudio": ```rust let client = pulseaudio::Client::from_env(c"cpal-pulseaudio").map_err(|_| HostUnavailable)?; ``` This means apps in...