Louis Pearson
Louis Pearson
The ability to depend on a package at build time has been implemented in the zig package manager by this PR: https://github.com/ziglang/zig/pull/14859 It would be very nice to be able...
A single android app can have multiple activities, we should demonstrate how to build an app with multiple activities using zig.
https://github.com/zig-java/jui jui (Java Universal Interface) is a pre-existing JNI binding for zig. The current JNI binding in ZigAndroidTemplate is duplicating this effort, and I think it would be a good...
I was recently tinkering with an idea for generating thumbnails on linux and wanted to use zigimg. Unfortunately the [Freedesktop thumbnail caching standard](https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html) on linux uses PNG tEXT chunks to...
Resolves #67 I wrote a javascript shim to allow running zig-minisign in nodejs using WebAssembly and have used it to implement the signature verification feature.
The zig team publishes signatures of their binaries generated with minisign; it would be nice if setup-zig made use of the signature files to verify the authenticity of the zig...
Linenoise has added an asynchronous API, about 8 months ago: https://github.com/antirez/linenoise#asyncrhronous-api It would be awesome to have this in linenoize
I've run into some unexpected behavior while parsing markdown documents with inline HTML. Take this markdown for example: ``` # Test test test test ``` When parsed, this is what...
Adding as a TODO for myself (or others, if they find the time). Since it got merged in, there should be a test verifying that it works as expected when...
I want to store the output of the tvg parser so that I can re-render without having to also re-parse the file. The primary benefit would be eliminating the need...