Gabriel Féron
Gabriel Féron
> @gferon, thanks a lot for addressing the comment, can you please update the unit tests as well to use `java.time.Instant` ? I updated the PR description. I think it's...
Hi @pmathew92 could you maybe at least approve the workflow runs so I can fix any CI issues before we move forward? The bug is still out there and it's...
> Could you please sign your commits @pmathew92 I have signed my commits, not sure why it's a requirement in the first place.
I think it works as designed. Without any changes, your `gui` crate, which has `sdl2` marked as optional, is being processed with default features (similar to what `cargo` would do)....
I didn't get the opportunity to dive deeper, but this broke bringing any `data` accessible by a build script in Bazel for us. When using the `data` attribute of a...
I managed to make it work by adding one extra include path to `protoc`. What threw me off is that we already had an extra relative path, namely `../../external/protobuf~/src` and...
Interesting. To be honest I've never actually used this feature and we implemented it to be feature complete. Sending some sync messages is most likely missing on the side of...
I think this should be rather easy to solve, `presage` just needs to send a bunch of (could be empty) sync messages for groups and contacts. Unfortunately, it was never...
we currently do not send delivery or read receipts. I could easily fix that in either presage directly or the CLI.
I'm not 100% sure we'd need to do something in `presage` as it might be simply about sending a message to accept the invite to the group. I'll try to...