Jason Heeris
Jason Heeris
@i509VCB So firstly, what I'm suggesting is merely a convention for the library, not a trait or anything like that. So in the simplest sense, dependent libraries don't have to...
> mixes "real" errors and error caused by the fact that the sender was previously taken Yeah, possibly. I had it that way because, frankly, I tend to `panic!()` on...
> does stable rust now have _no_ structured logging for `cargo test`? Correct. > I had assumed it wouldn't break until it was replaced with something Incorrect :wink: To be...
> This project is using cargo2junit with the unstable option, which seems to work fine on 1.71: This is using `RUSTC_BOOTSTRAP=1` to enable unstable features, which is not practically different...
I'm getting this too, on the latest download from the Gnome Extensions site. Do I need to configure something differently?
I can read `/boot/grub/...` but not `/boot/efi`. Do I need both? I would have thought all the info required is in `/boot/grub`. One thing worth considering is using Polkit so...
I'll add it to my list... `:/`
> This is expected according to the base16 specification. Do you mean this set of [styling guidelines](https://github.com/chriskempson/base16/blob/main/styling.md), or something else? I'm curious, I've only ever seen that document.
CMake has [explicitly ruled this out](https://gitlab.kitware.com/cmake/cmake/issues/18090#note_632995), so don't look for it there.
> The only portable way to do this is to avoid any use of time_t, struct timeval, struct timespec, ino_t, blkcnt_t, as well as any types derived from these, such...