Ron Waldon-Howe

Results 107 comments of Ron Waldon-Howe

I think this might be more generally-solved by https://github.com/helix-editor/helix/issues/7105 Or, perhaps, a similar approach to that issue: where there is a general value placeholder system, and an initially-fixed set of...

There's also XDG desktop portals, which abstract application developers from needing to know the specifics of compositors: https://flatpak.github.io/xdg-desktop-portal/#gdbus-org.freedesktop.portal.ScreenCast

Yep, one approach could be to use the [ashpd](https://crates.io/crates/ashpd) crate (or bespoke D-Bus bindings maintained in tauri) to ask the [Settings portal](https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.Settings.html) for the freedesktop.org-standardised color-scheme value, and to also...

Starting with OS-specific features like process namespaces could make it difficult to achieve the same baseline isolation across all the platforms that Rust supports Given that build.rs interacts with the...

- [x] check with tiling mode enabled The other thread reminded me: - [ ] check without tiling mode

@StevenDoesStuffs have you tried using `if $nu.is-login { }` in your env.nu to customise variables the way you want?

In terms of general direction/expectations, if a coreutils implementation doesn't work on Windows, is it acceptable to replace the UNIX/Linux/macOS behaviour with coreutils and leave the pre-coreutils implementation alone for...

0.71.0 includes the ENOTTY fix: https://www.nushell.sh/blog/2022-11-08-nushell-0.71.html https://github.com/nushell/nushell/pull/7001

@Kangaxx-0 I ran into the ENOTTY bug via a different shortcut (wayland keybindings triggering nushell scripts directly), so it's possible that there is some other problem specific to VSCode But...