Mahmoud Al-Qudsi

Results 349 comments of Mahmoud Al-Qudsi
trafficstars

`kldload` is a good one to copy here (it uses `__fish_complete_suffix` as well, but takes a default directory). It then gets a description from the man pages if that can...

We'd have to use `builtin foo` for every single invocation of a builtin or command in every single function or completion that ships with fish. And it would prevent the...

> Ideally, fish would have some input function that moves the cursor right without accepting an auto-suggestion. Then the kitty fish shell integration could bind that function to some otherwise...

Fixed (on our end) with `forward-char-passive` and `backward-char-passive` in #10398. Any terminal integrations would have to be upgraded to take advantage of this. I'm not sure how the best way...

For posterity: this breaks with posix?

After mulling it over, I'm more open to this change. The "error out" behavior is easier to stomach vs the more "silent breakage" changes, but we've seen *so many* of...

Ideally we would have had a discussion about the formats before you embarked on this impressive PR, but here we are! I think of the standardized, human-readable formats, a variant...

I hope you're feeling better after COVID! I'm very sympathetic to the text-only argument, but I don't consider JSON (or YAML, for that matter) to be great for what is...

I'm aware of the IPC issues we'd run into with SQLite (having tried to abstract over them in rusqlite upstream, had some discussions with the SQLite authors about shared memory...