respatialized
respatialized
I'd like to work on a PR for vi visual feedback. In theory, `JLine` is supposed to respect `~/.inputrc` (which I have customized to use different cursors for vi cmd...
Looks like it - no setup.py file is included in the miniconda directory, but `$ python diagnose.py` is pointing in the direction you're talking about: ``` miniconda2/lib/python2.7/site-packages/shoebot $ python diagnose.py...
Great, thanks for pointing me in the right direction! I definitely have more than enough to go on now.
@postspectacular One question/clarification before I refine a concrete implementation further: the current implementation of `parse-svg-coords` is lazy, yielding a sequence of segments. For API compatibility, I assume this means that...
@postspectacular I have a draft PR that implements more complete parsing of SVG paths, but I think there are a few unresolved questions about scope that I would appreciate some...
I had this issue as well. I compared the directories created by the virtualenv installer script and the dir specified in the makefile. The virtualenv installer creates the path `~/.local/share/virtualenvs/chomper-V35YB4cc/python3.6`...
I am interested in this question; I frequently encountered some challenges with this when working on [Adorn](https://github.com/fabricate-site/adorn). Using `defn` as an example here: ```clojure (require '[rewrite-clj.parser :as parser] '[rewrite-clj.node :as...
Some notes on pretty-printing tools: 1. zprint seems like the most complete, but introduces a fair number of dependencies. Importantly, operates on clojure data structures (as it was designed for...
Some functionality for this was introduced by [`460cee1`](https://github.com/fabricate-site/fabricate/commit/460cee14315f950f61125cbf0b8d6cafde92bd8a) and continues to be refined. See also #51.
Greatly improved by the introduction of [`adorn`](https://github.com/fabricate-site/adorn) for exactly this purpose. Considered "complete" for the time being.