-
Right now represent is a multimethod, and extensibility of datview involves defining custom methods. We should think about how we can make this more flexible and polished. Like, when you register one …
-
It seems reasonable to me to skip field names while encoding records if we can share record definitions between CLJ and CLJS, so `(map->Person {:a 1 :b 2})` will become `["user.Person" 1 2]`. This way…
si14 updated
11 years ago
-
This is a post for newbies coming to contribute.with Positron Specification (from now called _spec_)! It is a "first place" where one can make questions and find the best way to approach. Welcome to P…
-
So dug around, and discovered the reason for failures - the `summary` is not coming back through `HtmlUnit` because `cljs.test/run-tests` no longer has a return value. (http://dev.clojure.org/jira/bro…
-
-
The followings should be inferred, via options on threshold?
* [x] `:maybe` (would be easy if there was `:nil` type in the stats
* [x] `:tuple` (option + threshold)
* [ ] `:enum` (option + thres…
-
Hey!
_disclaimer: There are many moving pieces of sicmutils I don't understand; I find this to be quite difficult._
NOTE: this paper, which discusses "dimensional algebra": https://fermatslibrar…
-
I have a few suggestions on how to make clj-statecharts even more extensible and data oriented. I mostly work in re-frame, so my requirements comes from that field, but these probably apply to other a…
-
I'm attempting to use a custom reporter to report results to both junit and the pretty-printer.
What I've found is that this will double-count the number of assertions and failures. For example:
…
-
Often it's easiest to create a workplane with one of the named orientations (like 'XY') and an offset in world coords. The `Workplane.workplane` method can't directly do this. I find myself continuall…