-
I like to be able to add some sound effects and audio to my unix scripts. I am thinking of daemonizing an Overtone process and making a CLI client that feeds it code that it evals. Is there some prior…
-
I am attempting to decode clj-time datetime objects as a json string. For example:
```clojure
(clj-time.core/now) #=> #clj-time/date-time "2019-06-16T01:56:14.670Z
```
I have tried using spec …
-
It appears if you implement a protocol, and want to type-hint the return value, such as in this example, where you need to disambiguate which toArray, unlike with type-hints on functions, you cannot p…
-
So I'm trying to write tests for the `Interpreter` "routing" system, which is the cascade of recognizers that send items on the `:exec` stack to the appropriate other stacks.
At the moment [this is t…
-
We don't currently have a default implementation for "determinant".
We should ideally have something here that works, even if it is a bit naive / slow.
-
For most of the project infrastructures completion from the project root is the one which is needed, not the one starting from the current file.
Would you be interested in extending files completi…
-
I have a case where the table hack here is failing:
https://github.com/daveray/seesaw/blob/master/src/seesaw/table.clj#L71-L72
somehow, the mapping is lost causing this to execute:
https://github…
-
It's obvious that the various clients that aren't Clojure over nREPL are far more fiddly and brittle. Especially those that try to work over stdio.
The solution to this, I think, is to write a new …
-
Vega allows force-directed graphs, http://trifacta.github.io/vega/editor/index.html?spec=force
It would be nice to make use of these within gorilla-repl.
What needs to be done to add a new type of p…
-
I'm really liking how data-driven this project makes the writing of styles. I imagine having a datastructure that is literally a set of rule vectors, and then passing the whole thing to the `css` macr…