Dominic Monroe

Results 195 issues of Dominic Monroe

`echo hi | nvim -` opens `hi` in nvim buffer. `echo hi | nvim-qt -` errors. Also `echo hi | nvim-qt --nofork -` errors. Error with nofork is: ``` QSocketNotifier:...

We discussed this on Slack briefly. I got this using a plain clojure.main repl. I've generated a few data sets using test.check, I've used 1055 as the length of input....

The problem with the current algorithm is that it presumes that all clusters have children nodes, this works by recursively finding all the parents of clusters until they "run out"...

``` (#_rhizome.dot/graph->dot rhizome.viz/view-graph [:a] {} :node->descriptor (fn [n] {:label n}) :cluster->descriptor (fn [n] {:label n}) :node->cluster {:a :cluster-a} :cluster->parent {:cluster-a :cluster-b}) ``` Results in an empty graph. It's fixed by...

I think a comparison with BEM would be really great in the FAQ. A why of csstyle. The biggest change I've noticed is the modifier, and I think there's some...

I'm using bemenu with the todo.txt format. I'd like to have access to some of the fancy filters that are available in topydo, such as time filters (e.g. due:

feature

I was unable to generate the syntax for `{rank = same; X; Y; Z}` without using some dorothy internals. Here's a small example of what I'd like to do: https://stackoverflow.com/a/44274606/1481316...

I've tried a few things: - Just passing a clojurescript map - Defining a custom handler which changes `attrs` into `{:attrs attrs}` - but it was recursively changed But haven't...

I can't see any way to handle local state in Brutha, am I just being dim? 😁

This makes the UI feel far less laggy while typing in a search query. It avoids applying redundant searches, which can easily add up to ~150ms per character on an...