Tristan
Tristan
Seems like the line in question is [here](https://github.com/launchbadge/sqlx/blob/a47068257284ee8405bfbcf6240d89edb8502598/sqlx-core/src/mysql/types/time.rs#L194). I know that 0000... is an invalid date, but it would be preferable for sqlx to return None instead of panicking.
Mounting a folder with rclone is resulting in some unexpected behavior in the graph. ##### Steps to reproduce: 1. Mount folder 2. touch file 3. look at graph's speed #####...
I was looking at #453 and wondered if this would work. We should also be able to specify a separate ffmpeg binary. Which is supposed to work on Windows, so...
The readme would be perfect for this. It would just be easier to have something one can refer to in the command line, and in the absence of the internet.
I think dracut uses systemd and calls [ostree-prepare-root,service](https://github.com/ostreedev/ostree/blob/main/src/boot/ostree-prepare-root.service), but I am not sure how to do something similar with booster.
I added boot counting via ```ostree config set sysroot.boot-counting-tries 3``` and ```ostree config get sysroot.boot-counting-tries``` correctly returns ```3```, but it does not seem to do anything. Maybe it's related to...
Expected behavior: ```deno-version: stable``` should return the stable version release.