Loïc Bertrand

Results 4 comments of Loïc Bertrand

> Another separate issue that arises because of the code duplication is that timestamps aren't left-padded with zeroes in Challenges @aryanpingle Regarding timestamps, I think they're directly taken from the...

I made a pull request, you can modify the code I added as you wish :) If you prefer to write/copy-paste this code yourself during a stream, you can too,...

@MrAmericanMike Oh you're absolutely right! For this deduplication technique to be correct, we would have to store the image number (or filename) in each `Tile`, and then concatenate it to...

@shiffman Great idea! I implemented this solution in PR #25 *(but you can implement it yourself if you want)*. I noticed that this also fixes an error in the original...