Mahmoud Al-Qudsi

Results 434 comments of Mahmoud Al-Qudsi

fyi this is a more general `kqueue` issue, not specific to macOS. I'm seeing it under FreeBSD as well, but on a slightly earlier line with the panic tracing back...

I proposed switching to UTF-8 encoding for these as part of my argument in favor for https://github.com/fish-shell/fish-shell/pull/9763

Not really. C#'s `nameof` is "dumb" and returns literally whatever you type into it, only as a string. With generics, `nameof(T)` returns `T` and with a function, you'd have to...

So this is actually more deep-rooted than it appears. Fish functions can't actually be actively backgrounded (try background `function foo; sleep 10; end; foo &), so what's happening is the...