-
I'm using Emacs `25.0.50.1` and CIDER `0.10.0snapshot`.
Given the following example:
``` clojure
(deftest example1
(checking "this-will-fail" 100
[n gen/pos-int]
(is (> 0 n…
-
Depstar is deprecated and should be replaced with the `tools.build` script.
-
jank has support for a new special form, called `native/raw`. It works in place of Clojure's interop syntax and allows for inline C++. But it also support interpolating jank expressions into that C++.…
-
Right now the code is a mix between the old and new versions. There are a lot of functions in processing.clj that simply do not work. I would like to use the canny-edges for example, but the namespace…
-
This is maybe too specific to my use case but I'll try anyway.
I'm tied of manually constructing matrices in GLSL code. I'd rather symbolically compute some matrix and use gamma to emit the code. I e…
-
Currently, the API does not expose a way to enable `jackson`'s encoder/decoder features. It looks like the only way to do this is through the `:mapper` key in `[:formats "application/json" :decoder-op…
-
Right now, if you have nils in a dataset and call a $rollup function on it, you get NullPointerException, because the rollup functions treat the nils as they are, rather than as missing data (which is…
-
Hi James, thanks so much for all the awesome work on Codox - and so many other libraries over the years! 🙏 🙏
No urgency, but when you get an opportunity would appreciate your input on this.
I au…
-
Now that Spec is being added in Clojure 1.9, would it make sense for Schema to target it?
It seems like Spec is a superset of Schema functionality, but I think that Schema provides a much cleaner syn…
-
I appreciate the succinct nature of the namespace free reader tags e.g. `#ref` but ideally these tags would be namespaced `#juxt.aero/ref` or perhaps just `#aero/ref`. [clojure.org has this to say](h…