Lily Ballard
Lily Ballard
Maybe you could do something like ```rust pub use crate::layer::{Layer as _, SubscriberExt as _}; // Remove in 0.4 #[doc(hidden)] pub use crate::layer::{ Layer as __tracing_subscriber_Layer, SubscriberExt as __tracing_subscriber_SubscriberExt, };...
Ooh, can you deprecate re-exports? That might be nice too.
I don't mind a runtime error when my string contains escaped characters. I'm opting in to that restriction when I choose to use borrowed data. In my case, I'm parsing...
Are single asterisks not supported either? I'm trying a pattern like `p/main/*/migrations` and it's not actually ignoring anything.
@khs26 I just filed this as https://github.com/zellij-org/zellij/issues/491
The preference for "Select previous window" is global rather than per-shortcut. This is okay for the default Shift hotkey, but this does not work well when I set it to...
@lwouis It could be listed as a "While open" shortcut in the section above. That said, given existing platform behavior with ⇧⌘⇥ and ⇧⌘`, it certainly makes sense for ⇧⌥⇥...
The script has its own guard at the top, but it doesn't export the guard and so fish cannot see it. This means subshells don't see the guard either. The...
I suppose nix-env.fish could export the guard variable itself, but I don't consider that a good solution, and it wouldn't work for single-user installs anyway as the single-user profile doesn't...
I filed this as https://github.com/NixOS/nix/issues/5950.