- https://tebibyte.media/~emma
-
fae/faer
- Joined on
2022-02-27
Block a user
c7c71c725b
libopenbsd(3): adds pledge(2) and unveil(2) support for Rust; Makefile, include: adds conditional compilation
66f809162b
Merge branch 'testing'
7278a8fc41
Makefile: fixes testing import
8e5090d13d
tests: README: updates README
eb821715f7
tests: bonsai/hru.mk: fixes hru.mk more
0bc0ffa0a5
tests: bonsai/hru.mk: updates to not use old variables
testing
The current
Makefile
just builds and tests true(1) for me. The following change seems to fix this:diff --git a/Makefile b/Makefile index 6c6d555..906e7f4 100644 ---…
Automatic git commit messages
There is a lot more of an idiomatic way to do this with git hooks. Do you want me to implement that instead?
kv(1)
- key/value
Please elaborate
Well, you half elaborated for me. Watching
.env
as you described is the kind of "rethinking" I was talking about. As for the general data storage/retrieval mechanism,…