Phil Lord
Phil Lord
I find that `cargo expand` is ignoring the `cargo expand path::to::module` syntax. I suspect this is related to #31 and probably because I am using a multi binary crate ---...
It would be nice to have better support for writing clojure scripts. For example, boot provides shebag support so a script might look like this: #!/usr/bin/env boot (println "hello world")...
I can control indentation now on tags, but individual tags and their attributes all appear on one line. As I need to make pretty XML, I need this level of...
The tutorial is currently very old, worries about people not being on a graphical system and spends 200 lines on cursor control. Something better should be possible!
I am currently using the `RdfXmlParser` to parse OWL files. While this works well, debugging my parser or the OWL file is fairly hard because my error messages are poor....
Currently, the RDF parser gives no access to namespaces or prefixes, which makes it hard to roundtrip RDF from file to file!
Currently the XML serialization is all in long hand. It would be good to have some of the short hand syntaxes, for example typed nodes and the ability to remove...
New Fork
I've now forked org-drill and plan to take up maintainership there, following on from the the issue I raised here: https://bitbucket.org/eeeickythump/org-drill/issues/63/maintainership Obviously, I found out about your fork five minutes...
Just upgraded to 2.1.3 (from 1.9 something or other). I am getting an exception (see below). It's possible to workaround by specifically adding Clojure 1.9 as a dependency. I think...
Slamhound only seems to work from the root directory of a project with a fully qualified file name. So consider this example: ``` ~/scratch $ lein new slamhound-test Generating a...