RGBCube

Results 74 comments of RGBCube

> What version of nushell are you running? > > I've seen this `ColumnarMenu` involved in panics a few times recently. @Tastaturtaste and @maxomatic458 have worked on menus most recently,...

> @RGBCube can you try 0.91.1 and see if it's still there? Yes, the problem persists.

does that support Instagram / Twitter / etc etc?

> > does that support Instagram / Twitter / etc etc? > > @RGBCube yes. it supports hundreds if not thousands of websites: https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md Oh, I did not know that....

Oh, for the test case you need a case insensitive (sigh) filesystem. I'm on MacOS. /bin/mv on MacOS guards against this case (there's a special code path to make it...

Wow, that is a life saver. IMO, the format should be just reset when you clear the song cache.

That's really interesting, I hadn't considered that this could lead to semver hazards. Though I suppose it's up to @JelteF if `derive_more` can host "perfect" Debug/PartialEq/Clone/etc derives then, as it's...

I found this crate, which does it perfectly: https://github.com/ModProg/derive-where

Nevermind, that enforces the type to implement the derived traits for all variations of the type arguments, rather than just adding requirements to the impl. So the issue is still...