Ruben De Smet

Results 235 comments of Ruben De Smet

Just chirping in here. I'm redesigning [Whisperfish](https://gitlab.com/rubdos/whisperfish/), which was previously build around a custom-implemented Go library, to use this crate instead (and Rust). Main reason is that it's easier to...

> As it stands, this should be async-compatible because `libsignal-protocol-c` just does crypto and message management without any IO. Yes, exactly what I thought too. That'll be very useful. >...

Hi @Michael-F-Bryan, I'm having a look at libsignal-service at the moment. If you'd be interested in discussing a bit, and you have an IRC client or Matrix account, would you...

@gferon if you manage to find out how Android/iOS handles a 404 here, please do let me know. I have the exact same situation in WF, and I am wondering...

https://github.com/whisperfish/libsignal-service-rs/pull/215

Also https://gitlab.com/whisperfish/whisperfish/-/merge_requests/396

This is *beautiful*, thank you!

Tested, working and released on WF!

Some visual that would be very nice to have, would be to display progress in the `border-bottom`: ![image](https://user-images.githubusercontent.com/1263440/197724014-45385900-ef81-4994-8c0f-5c4eec2fd925.png) For something like a music player, it could display the position in...

What about: ```rust pub struct ProjectiveVar< P: SWModelParameters, F: FieldVar, CF: PrimeField = ::BasePrimeField, > { } ``` ... would that not suffice here? I suppose that too will sit...