- United States
- https://bancino.net
- Joined on
2024-09-14
Fix LMDB use-after-free
8987802437
Merge pull request 'Fix LMDB use-after-free' (#53) from lda/Cytoplasm:fix-deadlock into master
9fed42d2ac
[FIX] Fix LMDB use-after-free
9c6781c458
Merge pull request 'Fix j2s generation issue' (#52) from lda/Cytoplasm:master into master
33139510b9
[FIX] Fix j2s generation issue
Fix j2s generation issue
4831f2e03d
Merge pull request 'Add key->[known structure] schemas to j2s' (#50) from lda/Cytoplasm:master into master
cc665ac7fc
Merge branch 'master' into master
5889bec95f
[MOD] Use macro to determine if it is delimited
d3379d8157
[ADD] {Field}s in j2s
j2s
cannot encode an object keyed with a known format
Add key->[known structure] schemas to j2s
Use hashtypes(c.f Cytoplasm#47)
Use hashtypes(c.f Cytoplasm#47)
I merged that pull request so this one should be good to go as well.
Add key->[known structure] schemas to j2s
I like this. Can you show a quick example of how it is used? Or can you point to a specific place in the code where this is used? I just want to see it in use, but I think the idea is good.
a121793795
Merge pull request 'Fix out the configure for the AUR' (#51) from lda/Cytoplasm:fix-configure into master
d0b5c441dd
[FIX] Fix out the configure
Fix out the configure for the AUR
Add key->[known structure] schemas to j2s
Very clever. I don't know if IsDelimited
is a great name though. But I also can't think of a better one so maybe it is fine.
WIP: Rework logging
I think this is a good idea.
I want to be able to log to stdout, syslog and a file at the same time if the user desires to.
My initial design didn't do this because that seems pretty…
9e1026d893
Merge pull request 'Add raw SHA inputs and hashtypes to ShaToHex' (#47) from lda/Cytoplasm:sha-revamp into master
5df458f568
[FIX] Fix out define hjinks
adb7322823
[ADD] Raw SHA inputs, hashtypes to ShaToHex