Steven vanZyl
Steven vanZyl
### Main programming language D ### Tutorial title Let's write a compiler ### Tutorial URL https://briancallahan.net/blog/20210814.html ### Category * [ ] 3D Renderer * [ ] Augmented Reality * [...
[WebDAV](https://en.wikipedia.org/wiki/WebDAV) is an open file storage and transfer protocol built on top of HTTP. It is implemented by a wide range of software such as self-hosted file storage systems lie...
When using the plugin on iOS on an iPad with the camera preview sent to the back it displays a white background and the following error is repeated hundreds of...
### Steps to reproduce 1. Have a contact with a phone number formatted like: "1234567890" 2. Sync SMS 3. Contact does not match message chain because it synced as "123-456-7890"...
With the upcoming RCOS infrastructure work, I think it's time to think about the future of the handbook and where it lives. As of now it is hosted with GitHub...
The Window and Status icons are missing. It shows the default fallback icons instead of the Slack icon. Distro: Manjaro (though I have seen it on others) DE: KDE Plasma...
Adds two new features to the Pest debugger - A `next` command that single-steps the debugger. Most useful after hitting a breakpoint. - Empty commands repeat the last command (with...
Continuation of #30 #31
Support for exporting and importing user settings via JSON. Closes #1347 What this PR does **NOT** do: - Bulk user migration - Export sensitive data like passwords - Create/manage user...
Typst and much of the rest of the Rust ecosystem are pretty into TOML instead of YAML. I also personally find it a nicer format, so it would be really...