Mike Anderson
Mike Anderson
Could have an overridable method in Server e.g. `shouldAllowQuery`
I see an empty path as referring to the root node with no keys involved. So it does not seem necessary that the value is associative, since no keys are...
To me this is all about consistent properties. You often have a special case for "zero" arities, e.g. `(+) -=> 0`, the important thing is that the zero case should...
Yup agree. The printing is mostly just there for debugging purposes at the moment. We should remove and replace with logging and/or alternative handling.
Could be merged with tooling for writing out a bulk copy of data structures for bulk upload / backup / peer synchronisation
Thanks for the additional analysis. Still points to pluggable implementations being a good idea!
Relevant commit is 624ba95064ee57e4ed6ad94649bad2364273d7ff
I guess I need to know more about the library and its goals. I'm working to build the ecosystem of Clojure-related tools for numerics and data science, would be helpful...
Well - happy to work with you on this stuff! If you can open source stuff sooner rather than later that is helpful so we can kick of collaboration. In...
I have tightened the `char` handling specifically. These coercions are a little complex because: CAST = wrong argument type provided ARGUMENT = type is potentially valid, but value didn't work...