Alexandre Bury

Results 47 issues of Alexandre Bury

The current file format use absolute time spent since the beginning of the recording. This means manually editing a file (adding / removing entries) is tricky since it requires to...

It would be nice to be able to add synchronisations points, for instance: * "Pause" the replay until the user press a key * Might also let the user run...

Just like `RefCell` alongside a `Arc`.

Hi! From a dataframe of images, how could I run a detection model, and retrieve in one pass both the detection boxes and the detection classes? I can currently use...

I have a Xbox One gamepad plugged with a USB cable. Using a [simple test app in C](https://github.com/Grumbel/sdl-jstest/), I see that everything works fine and is detected by SDL2, including...

help wanted

Also updates the code to edition 2018.

Using rust nightly, when running `cargo build` on current master branch, I get: ``` src/cols.rs:8:9: 8:13 error: `Cols` does not name a structure [E0071] src/cols.rs:8 Cols { ^~~~ src/cols.rs:8:9: 8:13...