Matéo Duparc

Results 5 issues of Matéo Duparc

When I run `see` and press CTRL+C (SIGINT) to stop it, it doesn't exit. Even a SIGTERM signal doesn't stop the process. The only way to stop `see` is to...

Here's how the video recording is implemented in DroidFS: Frames are recorded with the [CameraX](https://developer.android.com/training/camerax/video-capture) library, which also encodes video and audio with [MediaCodec](https://developer.android.com/reference/android/media/MediaCodec). In a conventional implementation, this would...

I don't trust Google at all. So for security and privacy reasons I don't want to download Natrium from the Google Play. I don't trust GitHub any more. Since there...

Currently, notifications are not sent if the room is in foreground on the terminal. However, users may still want to receive these notifications in the case their terminal is not...

Everything goes fine when I try to build the crate for GNU/Linux, Windows or even Android but when I set `x86_64-apple-darwin` as the target, I get the following error: ```...