FalsePattern commented on issue ziglang/zig#35498 2026年05月28日 09:06:09 +02:00
zig build CLI flag to print path to the configuration file

I have a local prototype for this, i'll open a pr later today once i had time to tidy it up a bit.

FalsePattern commented on issue FalsePattern/zigbrains#11 2026年05月27日 23:18:22 +02:00
Broken with Zig 0.17.0 master branch

update:

FalsePattern opened issue FalsePattern/zigbrains#11 2026年05月26日 11:00:18 +02:00
Zig 0.17.0 build system rewrite compatibility
FalsePattern pushed to rewrite-3 at FalsePattern/zigbrains 2026年05月17日 16:05:29 +02:00
47d869ff27
docs: update readme
FalsePattern pushed to master at FalsePattern/zigbrains 2026年05月17日 16:05:09 +02:00
bd8b49e858
docs: update readme
FalsePattern pushed to rewrite-3 at FalsePattern/zigbrains 2026年05月16日 13:08:43 +02:00
d124a58ef2
docs: Add copyright and license info to every file
c0c02d77d9
init: import into VCS
Compare 2 commits »
FalsePattern created branch rewrite-3 in FalsePattern/zigbrains 2026年05月16日 13:08:43 +02:00
FalsePattern closed issue FalsePattern/minisign4j#2 2026年05月10日 12:12:04 +02:00
Publish to Maven Central
FalsePattern pushed to master at FalsePattern/minisign4j 2026年05月10日 12:04:07 +02:00
358c884833
docs: add maven central notice to readme
FalsePattern pushed to master at FalsePattern/minisign4j 2026年05月10日 11:59:07 +02:00
9a4d6b928a
build: fix maven publish issue
FalsePattern pushed tag 1.0.0 to FalsePattern/minisign4j 2026年05月10日 11:52:16 +02:00
FalsePattern pushed to master at FalsePattern/minisign4j 2026年05月10日 11:52:12 +02:00
41b7aee4d8
ci: 1.0.0
69e047d1b0
build: prepare for publishing
97ba1c0797
feat: drop minimum supported java version to java 17
bf625e7662
build: update gradle and dependencies
62b9e60133
feat!: Add full javadoc, remove lombok, and get the code ready for release in general
Compare 6 commits »
FalsePattern opened issue FalsePattern/zigbrains#10 2026年04月28日 09:11:56 +02:00
Remote Development support
FalsePattern commented on issue FalsePattern/zigbrains#9 2026年04月28日 07:22:17 +02:00
anytype removal planning
FalsePattern closed issue FalsePattern/minisign4j#1 2026年04月27日 15:21:23 +02:00
Replace wasm hardcoupled api with factory pattern
FalsePattern commented on issue FalsePattern/minisign4j#1 2026年04月27日 15:21:22 +02:00
Replace wasm hardcoupled api with factory pattern

No longer relevant, i decided to go with the full port route instead.

FalsePattern commented on issue FalsePattern/zigbrains#9 2026年04月27日 14:42:11 +02:00
anytype removal planning
FalsePattern opened issue FalsePattern/zigbrains#9 2026年04月27日 14:40:56 +02:00
anytype -> anyval
FalsePattern pushed to master at FalsePattern/minisign4j 2026年04月26日 15:24:31 +02:00
db37f88557
feat: make created file permissions match zig-minisign
156f31d2d4
fix: File io test failures
fe989e458c
feat: Move exception codes out of api package, fix up cli api
0558f5f9a1
feat: Use atomic file replacement for key writes
6b02c06eb1
chore: clean up exception api, add usage example
Compare 5 commits »
FalsePattern pushed to master at FalsePattern/minisign4j 2026年04月22日 23:16:44 +02:00
39d41fd6a7
feat!: ditch wasm implementation, manually port zig-minisign to java