Tim Culverhouse
Tim Culverhouse
Fix HTTPRequest header value (Authentication -> Authorization) Enable Core/echo method by default: - Initialize argsUnmarshallers to fix client.Enable usage - Fix typo (jmap.RawMarshallers -> jmap.RawUnmarshallers) - Add CoreCapability to Core/echo...
**Requirements** - [x] I have searched the [issues](https://github.com/ryanoasis/nerd-fonts/issues) for my request and found nothing related and/or helpful - [x] I have searched the [FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting) for help - [x] I have...
### Contour Terminal version contour-git from AUR ### Installer source something else (please specify below) ### Operating System Arch linux ### Architecture x86-64 ### Other Software _No response_ ### Steps...
tmux recently added sixel support, and in doing so modified their DA1 response from `CSI ? 1 ; 2 c` to `CSI ? 1 ; 2 ; 4 c`. In...
Everything with notcurses 3.0.9. `ncplayer /path/to/some.png` ## foot: COLORTERM=truecolor GDM_LANG=en_US.UTF-8 LANG=en_US.UTF-8 TERM=foot TERM_PROGRAM=foot TERM_PROGRAM_VERSION=1.14.0 Sixel appears, centered. Resize image. Sixel still appears, centered. ## wezterm COLORTERM=truecolor GDM_LANG=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE TERM=wezterm...
Update all zlib related calls to conform to the new API. Add a build.zig.zon which is required by the package manager now.
Variation Selectors 1-256 (Unicode range `0xFE00`-`0xFE0F` and `0xE0100`-`0xE01EF` report as width = 1. These are nonprintable characters and should report width 0. I think it would make sense to add...
The luajit and lua51 internal API didn't take a `mode` variable, meaning the function signature was different between these two versions and lua 5.2+. Add an unused `Mode` to the...
### Zig Version 0.12.0-dev.3437+af0668d6c ### Steps to Reproduce and Observed Behavior ```zig @setEvalBranchQuota(2000); @setEvalbranchQuota(1000); ``` ### Expected Behavior In the above example, the resultant quota is 2000, which is counterintuitive...
Clarify the usage of .paths in build.zig.zon. Follow the recommendation of the comments to explicitly list paths by explicitly listing the paths in the init project.