dtb trinity
trinity commented on issue bonsai/harakit#70 2024-02-20 07:01:42 -07:00
Harakit by Example

It may be better to just have a Bonsai system wiki.

trinity opened issue bonsai/harakit#70 2024-02-20 06:59:43 -07:00
Bonsai coreutils by Example
trinity commented on issue bonsai/repo#20 2024-02-19 06:14:36 -07:00
Make dash(1) the default /bin/sh

The meson build for their sh(1) implementation isn't that hard to understand, I could maintain a script to…

trinity approved bonsai/harakit#67 2024-02-18 20:59:28 -07:00
Makefile: RUSTFLAGS not RUSTCFLAGS
trinity commented on issue bonsai/harakit#60 2024-02-18 13:57:12 -07:00
find(1p) analogue

I'm working on a fork of Google's walk(1) that adds the features necessary for our uses. It's very nearly done (compiles and runs, but…

trinity commented on issue bonsai/harakit#66 2024-02-18 13:42:34 -07:00
Change type of function pointer

On a side note - you can't create a pull request? Is this issue on your end or ours?

trinity commented on issue bonsai/harakit#66 2024-02-18 13:40:58 -07:00
Change type of function pointer

I should just drop the function pointer magic and use an if - working around type differences there (on which this is further elaborated in the surrounding comments) has caused me enough grief…

trinity commented on pull request bonsai/harakit#52 2024-02-17 23:57:58 -07:00
CONTRIBUTING: updated information

"This ensures contributors with smaller viewports can continue to easily contribute while letting contributors with large screens use multiple editing panes side-by-side."

trinity commented on pull request bonsai/harakit#52 2024-02-17 23:57:58 -07:00
CONTRIBUTING: updated information

Should be present tense, as a git commit is less a historical note and more a description of how the operation is affecting the graph.

trinity commented on pull request bonsai/harakit#52 2024-02-17 23:57:58 -07:00
CONTRIBUTING: updated information

This reference should probably be closer to the ref if it's only cited once.

trinity suggested changes for bonsai/harakit#52 2024-02-17 23:57:58 -07:00
CONTRIBUTING: updated information
trinity created pull request bonsai/harakit#65 2024-02-17 23:48:44 -07:00
mm(1)
trinity created pull request bonsai/harakit#64 2024-02-17 23:44:50 -07:00
.editorconfig: remove stale configure config
trinity created branch mm in bonsai/harakit 2024-02-17 23:43:43 -07:00
trinity pushed to mm at bonsai/harakit 2024-02-17 23:43:43 -07:00
194b19f94b mm(1): add
trinity created branch editorconfig-rm-configure in bonsai/harakit 2024-02-17 23:25:55 -07:00
trinity pushed to editorconfig-rm-configure at bonsai/harakit 2024-02-17 23:25:55 -07:00
e93745ef28 .editorconfig: remove stale configure config
trinity deleted branch scrut-fix from bonsai/harakit 2024-02-17 23:18:14 -07:00
trinity closed issue bonsai/harakit#40 2024-02-17 23:15:50 -07:00
scrut(1) buffer overflow
trinity closed pull request bonsai/harakit#61 2024-02-17 23:15:30 -07:00
scrut(1): fix buffer overflow in option parsing