eta
eta
No, use_matrix_alias is a sort-of hack that works only for the Matrix prpl, unfortunately.On Sat, 2019-06-15 at 08:50 -0700, Thaodan wrote: > Is the use_matrix_alias for using something similar to...
@pazz Doesn't look like it: ``` Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 ``` I think the exception may be a python thing, instead of something alot itself throws? (I googled and...
Workaround, for anyone else (warning: untested, probably very unsafe): ``` rust const CHANNELS: usize = 2; let callback = move |pa::stream::OutputCallbackArgs { buffer, frames, .. }| { let buffr: &mut...
I fixed this issue in my own fork with this commit: https://github.com/eeeeeta/whatsappweb-rs/commit/65816614d14173031d3e85e983f7172277b05657 - if you wanted, you could probably just cherry-pick that to get it to compile?
Hi @stephen1331, You might just want to use my fork at https://git.theta.eu.org/whatsappweb-rs.git/ (mirrored on GH as https://github.com/eeeeeta/whatsappweb-rs) until the issue here is resolved; I can confirm that my code does...
Weird jid types definitely exist. I was running into this error until I patched my fork with this commit: https://github.com/eeeeeta/whatsappweb-rs/commit/75d2545053bdea08845bba397be577f4e3220b7a With that, it runs, revealing the existence of a `temp`...
@wiomoc Sure, go ahead! Thanks for https://github.com/wiomoc/whatsappweb-rs/commit/dacf1ef4d9879c3ca2346620ebd94ed449bab654 - I don't seem to have run into any endianness-related issues on my fork, yet, but it might be worth my cherrypicking and...
part of honk compat seems to be related to #1186 -- it looks like honk is expecting the key name to be a fragment thing and doesn't know what to...
Yeah, https://humungus.tedunangst.com/r/honk/v/251ea79edb0a fixes this, so this can probably be closed!
I had the same issue, running Ubuntu 22.04.1 LTS with Pipewire 0.3.48. The issue was linked to having the `pulseaudio` package installed, which results in an ALSA output device for...