-
Hi,
I am having a little trouble using the default registry and instrumenting functions with it. At first I thought it was solely due to the fact that I use component and refresh/reload of all name…
-
I ran across a very cool static analysis tool called [kibit](https://github.com/jonase/kibit). I ran it against our code and got the following. If you notice one of these in something you did then ch…
-
Hi there @mattrepl
Can I suggest that if you do a data frame implementation that you try and roll it into core.matrix? I think this would help for several reasons:
- Help make it become a standard i…
-
Hi.
I try create custom template, but having a problem with template folder.
For beginning i just copy template typescript-fetch and try use it my local folder.
`docker run --rm -v C:\generatort…
-
-
GREL Boolean Functions should be short-circuit.
`AND(A,B)` if A is not true, should not verify B. I get an error because, if A is not true B will throw me an error.
-
Long live Marginalia!
Feature request: consider exporting markdown instead of html.
I even did some small poc: https://gist.github.com/genmeblog/14a03bf7ee67f3435376e482e3981759
this topic is…
-
There are various ways to define and access properties defined with protocols and data types which are non-obvious and not explained or clarified in the Protocols or Data Types guides
I propose up…
-
Hi,
I've been looking for a better way to do error handling in my apps and this library looks like the kind of thing I want.
I'm confused about `either-let`, and I don't know if I understand how it …
caleb updated
8 years ago
-
It would be cool to have higher-order function instructions like map, reduce, and filter in Clojush. Maybe they'd only be defined on the array-like types (string, vector_integer, vector_boolean, etc.)…