Kyle Burton
Kyle Burton
Having python, pyenv and other tooling raises the effort of getting started for developing on `inline-plz`. In order to streamline the effort of getting set up for development, and to...
Split clj-xpath.core into 2 parts: - `clj-xpath.lib` - `clj-xpath.core` `lib` will use no dynamic vars, it will use explicitly passed positional parameters for concerns such as the xpath factory and...
See issue #25 for a newly added parser option that should be documented.
For type checking and documentation of structures.
Add documentation and examples to the clj-xpath website regarding the extension functions support that was added to 1.4.6.
A Clojure protocol for converting things to a compiled XPath expression would allow library users to extend the protocol to allow more than Strings to be converted into compiled expressions....
A Clojure protocol for converting things to a parsed XML document would allow library users to extend the protocol to allow more than String and byte[]'s to be converted into...
Compojure has introduced a change to how it declares its routes. This will simplify the parts of trixx that declares routes. The task is to create a new version of...
bake_require supports pulling remote git repositories at a specific tag, version or branch. In the case that multiple projects are referencing the same remote library, though with different tags, the...
tar archives (such as the ones created for releases of bake, used by homebrew) created on OS X will emit errors when the archive is extracted on Linux machines: ```...