Tim Caswell
Tim Caswell
@Alex7Kom This is great! I wanted to implement nvm for fish, but never found the time to learn fish well enough to do it. You are right that a complete...
Well, for starters, I've stopped checking my github notifications and just now saw this. :P
But seriously, there are only so many hours in a day, it's a fixed resource that we all have equal amounts of. I love the wisdom of the late Robert...
Brozula is not in a good state at the moment. If I remember right, the -p option didn't print the lua source, but rather the parsed bytecode tree. (brozula never...
By "not a good state" I mean I had to stop development to work on paying work. There wasn't a lot of interest in brozula, so I put it on...
I added your example to the test folder (it fails currently since I haven't implemented coroutines yet), but I did add placeholders to give a much better error message in...
Also the audio examples never startup and the other video examples suffer from the same issue.
Maybe mention it needs all 4 and `.length` is a getter.
+1 Blake2B seems like a good hash for now. But you could allow specifying the hash and parameters in the write call. (Blake2, for example, allows different sized keys)
What about garbage collection? How would you provide a set of hashes to keep. Also what about trees of values (where one node points to another by hash)? Git can...