Graham Christensen

Results 168 comments of Graham Christensen

I'm trying to use cursive in stage-1 of an OS's boot phase at a Linux console. It caused all the `~T~@` issues, so I patched out the special characters for...

I think because https://docs.rs/gpt/latest/gpt/partition_types/struct.Type.html requires a &'static str, this can't really be fixed without a BC break.

In case the rounding-down issue had to do with partitions that were one block long, I think I fixed that in #82

Just for what it is worth, this can be done today by making the struct by hand: ``` let partition_esp = Type { guid: "C12A7328-F81F-11D2-BA4B-00A0C93EC93B", os: OperatingSystem::Custom("EFI System Partition".into()), };...

May I suggest using this: https://github.com/wearefractal/blink-polyfill ?

I hit this same problem, also when using a thunderbolt dock and lots of USB peripherals. I didn't have debug symbols enabled, so no new data (identical stack trace.) I've...

I don't have opinions on a migration command or not, but my inclination would be to do nothing by default: people might have recorded snapshots somewhere, or want to track...

PR opened: https://github.com/zrepl/zrepl/pull/466 I suspect you imagined more docs, though?

Good point @Debilski, I didn't know that. We could drop the colons and remain ISO8601 compliant.

This is in zrepl 0.3.1, ZFS 2.0.3, and Linux 5.10.11. I'll try 0.4.0-rc2, thanks!