Results 15 issues of Kurt Harriger

In vi xp will do: 1|324 -> 12|34 in emacs with evil mode it almost works the same but kinda misses the point (bad pun) 1|324 -> 123|4 With evil-paredit...

I love the idea. I was thinking however to avoid naming collisions I might need to use namespaced keywords. For example, I found another cool library that generates API and...

vscode plugin calva and probably most editors use clj-kondo to lint code files and require extra configuration to recognize defconst Ive configured clj-kondo to lint defconst as defn and that...

The namespaces appear to be ordered arbitrarily, it would be more useful if the namespaces were ordered so that the dependencies come first (or possibly last depending on your preference)....

I'm attempting to use a watched bundle `jspm bundle -wd` and hot reloading as described http://jspm.io/0.17-beta-guide/development-bundling.html and http://jspm.io/0.17-beta-guide/hot-reloading.html. Hot reloading seems to be working just fine, but if I hard...

Is there any way to increase the timeout? Looks like mkfs.ext4 is taking more than 5 minutes to format a 1000Gb ebs volume. Mixlib::ShellOut::CommandTimeout -------------------------------- Command timed out after 600s:...

Currently attempting running it in a boot2docker with minimal changes to see if I can get it to work. When I first tried to build the image I had problems...

https://www.npmjs.com/package/graphql-currency-scalars does not have link back to repo. I believe it will show up if you add the following to package.json ``` "repository": { "type": "git", "url": "https://github.com/abhiaiyer91/graphql-currency-scalars" }, ```

negative values are serialized as $-xx.xx perhaps use $(xx.xx)

Use .getCannonicalPath instead of .getAbsolutePath Fixes https://github.com/technomancy/lein-tar/issues/17