Jeremia
Jeremia
This is not an immediate feature request; the draft for the Overflow 4 spec is not even complete. This issue is to track and bring awareness to this feature for...
A feature that's been used in fonts for ages, but doesn't seem to have much presence in vector graphics is hinting. This is used in fonts so that letters can...
`zig build` should be able to fetch from a relative path such as: ```zig .url = "../myproject/", ```` or a file URI like: ```zig .url = "file:///C:/Code/myproject/" ``` I think...
Currently, if you have a Markdown file with: ```zig // some code ``` VSCode won't know how to highlight the block even with the extension, neither in-editor, nor in preview....
There's an example for invoking a function from an instance, but with so little documentation, one has to dig through the code to figure out how to provide host functions,...
Starting with a Font Manager that handles font discovery. That way applications don't need to bundle fonts with them. This is still a work in progress. I just wanted to...
In my zigmod.yml, I have: ```yaml dependencies: - { src: git https://github.com/marlersoft/zigwin32, only_os: windows } - { src: system_lib dwrite, only_os: windows } ``` This works well enough when using...
I don't know about others, but on my computer, attempting to use pretty much any of the given hotkey doesn't work because the browser ends up catching them, given that...
### Zig Version 0.12.0-dev.3609+ac21ade66 ### Zig Language Server Version 4e01c08f558ea07462aaa7b71d2a24f86f47a855 ### Client / Code Editor / Extensions Helix ### Steps to Reproduce and Observed Behavior I've ported a few C...