Jeffrey Benjamin Brown

Results 59 issues of Jeffrey Benjamin Brown

I would like the system to be able to infer from "turtles #eat kelp" that "a turtle #eats kelp". Hode can do a little inference already, via transitive relationships. The...

Some of the discussion on [this earlier issue](https://github.com/JeffreyBenjaminBrown/hode/issues/3) regards permitting other applications, say Vim, to access Hode without having to go through ncurses. It's possible. @adaszko suggests a REPL with...

`grep todo` normally shows you only those lines where it discovered the word "todo", but `grep todo -C n` will show you the `n` preceding lines and the `n` subsequent...

enhancement

The filter function in toodles blows my mind. I love being able to do that. But it would be nice to be able specify "show me everything except bla". More...

enhancement

Sometimes I'd like to see a simple list of all the tags I've used. It seems like it could be an unobtrusive thing to have at the bottom of the...

enhancement

My code has a number of tasks that are currently extremely low priority, but I've kept them around in case that eventually changes, which is conceivable. To try to get...

enhancement

I installed toodles globally, via cabal. Then I filed a bunch of issues, and felt like I ought to try contributing, so I cloned the source and made a tiny...

This way, otherwise-equal `Event`s are considered equal even if their `Context`s (debugging information) differ. Also, `Event`s are compared first on when they happen (the `part` field), second on their `value`,...

Evaluating `(Matrix.transpose ’((1 2 3) (4 5 6)))` prints something weird to the message-buffer: ``` Takes a matrix (a list of lists of ints) and returns its transposition. " (cons...

This project looks awesome. To build it, I'm using an environment I defined specifically for Agora by [this Dockerfile](https://github.com/JeffreyBenjaminBrown/jbb-agora/blob/main/docker/Dockerfile). I start a container from that image, then enter it as...