Mahmoud Al-Qudsi

Results 114 issues of Mahmoud Al-Qudsi

I believe all (but at least one of) the following should be supported, but they produce zero-length output: * `echo -n \0` * `printf '%s' \0` * `echo -n \u0`...

When I added support for `string escape --style=regex`, I recall we intentionally did not implement `string unescape --style=regex` (despite the completions machinery currently offering it up as a valid option)...

enhancement

This has been officially deprecated for a long, long time. Additionally, pretty much all aspects of fish itself (aside from the core language) break when the user messes with `$IFS`...

If you paste a multi-line commandline (or retrieve it from history) that is longer than the number of tty lines visible on the screen, then scroll up *in the terminal...

bug

The default timeout is currently set to two seconds; I would like to bring this down to something closer to 200ms if that is feasible based off tty response times...

If rust is only installed via rustup, you are *not* forwarding environment variables, and haven't configured `rustup` under `sudo`, `sudo make install` will fail. The workaround is to use `sudo...

RFC
cmake

It would be very convenient to allow defining an alias such as `o3-mini-high` that is an alias for `o3-mini` but also automatically supplies `-o reasoning high`. In particular, it makes...

Hello, Would you be open to accepting a PR that searched within archives (starting with .zip files)? This could be easily implemented using the `zip` crate, which would introduce dependencies...

feature-request

**Description** When using Serilog (in conjunction with an asynchronous logging sink or a batched logging sink) in client-side applications that may terminate at any time due to an unhandled exception...

bug