fn ⌃ ⌥
fn ⌃ ⌥
Is there a .dmg available for download? For example, here's VLC media player: - https://github.com/Homebrew/homebrew-cask/blob/master/Casks/v/vlc.rb - https://get.videolan.org/vlc/3.0.21/macosx/vlc-3.0.21-arm64.dmg
https://formulae.brew.sh/cask/airdash
They actually use `/dev/fd` on macOS instead of going through the whole range of `lowfd..sysconf(_SC_OPEN_MAX)` https://github.com/sudo-project/sudo/blob/116115229a625afe068ac6c593a5ce2176a96a08/lib/util/closefrom.c#L159-L176
None of the examples in that issue are giving me a segfault 🤔 #20415 and #20746 look similar to my issue, though
Hi @Sija, hope you are doing well. Unfortunately, I won’t have much time to look at this until around December 14
That's already a compile error in current Zig: ``` prog.zig:6:6: error: expected type 'isize', found 'u64' x = @abs(x); ^~~~~~~ prog.zig:6:6: note: signed 64-bit int cannot represent all possible unsigned...
Will open separate PR for in-memory coercions
Is it worth rebasing this on latest `master` or…?
> what purpose serves the 2nd line here? From #2277: > * Added the resolved type (in the parentheses) of a function when hovering over it, which makes the "Go...