Malcolm Sparks
Malcolm Sparks
Would be nice to invoke joplin via boot tasks. http://boot-clj.com/
In the official test suite, the tests in this group are failing. Not sure why - possibly something to do with differences in js regexes.
Computing regexes for ranges for code-points can be slow. Therefore, code-points beyond the Basic Multilingual Plane are not yet supported. A faster approach is needed. *Allen's interval algebra* may offer...
These formats are not yet supported but could be added.
I'm not sure why this works :- ``` ((parser {:main :name} :nameStartChar #"[\w]" :nameChar #"[\w]*" :name [:nameStartChar :nameChar] ) "foo") ``` returning ``` #net.cgrand.parsley.Node{:tag :net.cgrand.parsley/root, :content [#net.cgrand.parsley.Node{:tag :name, :content [#net.cgrand.parsley.Node{:tag...
I have noticed, however, that the zip file here: https://repo1.maven.org/maven2/org/finos/cdm/cdm-json-schema/6.1.0/cdm-json-schema-6.1.0.zip (found in dir https://repo1.maven.org/maven2/org/finos/cdm/cdm-json-schema/6.1.0/) does not appear to be a proper zip file. I've tested with 6.0.0, 5.20.0 and 6.0.0-dev.73...