Loris Cro

Results 14 issues of Loris Cro

This is a topic that the getting started section should cover in a paragraph somewhere.

I'm writing a low-level Redis client and I'm now at the stage where I'm thinking about implementing Pub/Sub support and I found an annoying-to-solve problem with regards to the push...

I've noticed that all of my recent Actions run present the same message from setup-zig which sees a cache miss when trying to find Zig, and that fails to save...

Probably not the best possible way of implementing touch input support, but it does make the game playable on mobile. The input scheme is adaptive with regard to the direction...

Here are the highlights of what needs to be looked at: - Zig stdlib TLS needs to work on windows as well (ie discovering CA stuff from the system), not...

contributor-friendly

Investigate the following issues reported by the implementer in #30 - It doesn't seem like modifying an output file causes the page to automatically reload. - Modifying an input file...

Currently date formatting syntax is based on Go's "magic date", but a proprer conscious decision on what syntax to use should be made. Additionally, currently a handful of ad-hoc formats...

This is the current code that applies syntax highlighting: https://github.com/kristoff-it/zine/blob/4b3efd178cb6ee9af3c864fa980ad0499823aac6/zine/src/highlight.zig#L78-L104 This code runs the `highlights.scm` query from the tree sitter parser of each language and decorates the output with appropriate...

enhancement
contributor-friendly

So we have a build system on hand, and it can also download packages and build them, etc. Shouldn't be terribly hard to make it generate programmatically image preview of...