David Adam

Results 12 issues of David Adam

Would you consider taking https://github.com/fish-shell/fish-shell/issues/939? We can't ship it in the official distribution because of its dependencies.

[Windows Terminal supports current working directory notifications](https://docs.microsoft.com/en-us/windows/terminal/tutorials/new-tab-same-directory), but of course they're different (using OSC 9;9 instead of 7, with no URI). The recommended command in bash is: ```bash printf "\e]9;9;%s\e\\"...

enhancement

The documentation says this is valid syntax, and indeed it is: ```fish switch $foo case echo Hello end ``` However, the case without an argument is unreachable. A parameter to...

RFC

* .NET Core Version: v5.0.0-preview.7 * Have you experienced this same bug with .NET Framework?: No **Problem description:** The implementation of `WindowsFormsApplicationBase.IsSingleInstance` from #3200 uses a named pipe as its...

:beetle: bug
tenet-compatibility
:construction: work in progress
area-VisualBasic
blocking-migration

This issue is to discuss how to drive the installation process of the rewritten-in-rust fish. `cargo install` is not suitable for a complete, working fish install. The following tasks are...

packaging
RFC
rust

Rather than a trail of comments across Facebook, I thought I'd keep track of the macOS status here. The good news is that, as of 1.7.35, Topo starts and runs...

documentation

I'm not sure that this is definitely a cxx problem, but here's the investigation I've done so far. `std::env::args` when called from a Rust library, linked to a C++ binary,...

The following issues have been discovered in the release checklist following 4.0b1: - [x] Cargo.lock needs updating after the version number is bumped in Cargo.toml with `cargo update fish`, and...

packaging

I missed the step to bump the Cargo version when I was making the release, somehow. I have added a commit to Integration_4.0.0, which is probably enough to make the...

packaging

As reported in https://github.com/fish-shell/fish-shell/issues/10379#issuecomment-2156804103 > I tried out the fix implemented in 0ff1e50a33cc494ee2cd5f1490008e3e3e94e5df and while it prevents the error message in this issue, I think the completions are still partially...

completions