dtb trinity
trinity pushed to main at trinity/src 2024-06-06 00:17:09 -06:00
8fdbd1fd03 2024-06-06
trinity commented on pull request bonsai/harakit#86 2024-06-05 19:29:46 -06:00
docs: fixed formatting of many manpages

This is good.

trinity approved bonsai/harakit#86 2024-06-05 19:29:46 -06:00
docs: fixed formatting of many manpages

This all looks great!

trinity approved bonsai/harakit#110 2024-06-05 17:33:12 -06:00
Code of Conduct
trinity commented on pull request bonsai/harakit#86 2024-06-05 12:31:34 -06:00
docs: fixed formatting of many manpages

dd(1p) says this:

skip=n
    Skip n input blocks (using the specified input block size) before starting to copy. On…
trinity commented on pull request bonsai/harakit#108 2024-06-04 18:57:20 -06:00
fop(1): adds the ability to use any string as a delimiter

Fake record separator.

trinity commented on pull request bonsai/harakit#110 2024-06-04 18:08:49 -06:00
Code of Conduct

I would get rid of "in large part".

trinity suggested changes for bonsai/harakit#110 2024-06-04 18:08:49 -06:00
Code of Conduct
trinity approved bonsai/harakit#109 2024-06-03 06:37:30 -06:00
README: updated to make current
trinity commented on pull request bonsai/harakit#110 2024-06-03 06:36:16 -06:00
Code of Conduct

I believe this is particularly relevant to issue #100.

trinity commented on pull request bonsai/harakit#110 2024-06-03 06:35:30 -06:00
Code of Conduct

I'm very much a fan but could we clarify that LLM contributions aren't allowed?

trinity commented on issue bonsai/harakit#34 2024-06-03 00:43:23 -06:00
Name

uu maybe, like two closed eyes (verbally "ooo").

trinity pushed to code at bonsai/harakit 2024-05-31 21:03:13 -06:00
dc35c0142b libutf: utf8_size: fix off-by-one for >1 retvals, utf32be_to_utf8: tweak to make more readable
dc4091b43f libutf: utf32be_to_utf8: fix constants
Compare 2 commits »
trinity pushed to code at bonsai/harakit 2024-05-29 19:56:46 -06:00
55fdca9123 libutf: clean up comments
146ea609b6 libutf: move to proper paths
7d60b9cac6 libutf: utf8_to_chars
Compare 3 commits »
trinity pushed to code at bonsai/harakit 2024-05-29 16:45:40 -06:00
be630e656e libutf: clean up comments
7ed5c95e0f libutf: utf32be_to_utf8
Compare 2 commits »
trinity commented on issue bonsai/harakit#105 2024-05-28 06:01:26 -06:00
Targeted C standard

On second thought, I don't think having to consult the spec for minimums/maximums supported by variables is too bad. For uint32_t specifically, the following code is fine:

#if __STDC_VERSI…
trinity closed issue bonsai/harakit#105 2024-05-28 06:01:26 -06:00
Targeted C standard
trinity created branch code in bonsai/harakit 2024-05-27 17:38:53 -06:00
trinity pushed to code at bonsai/harakit 2024-05-27 17:38:53 -06:00
2479ab63d0 libutf: UTF conversion functionality