Ryan Schmukler
Ryan Schmukler
I'd happily accept a PR! It may be something that we implement as well, but it's certainly not on our immediate radar.
I haven't tried yet, but you might be able to directly add `slurp` to the map on [core.clj#L101](https://github.com/teknql/statik/blob/master/src/teknql/statik/core.clj#L101).
I don't mind! Reminds me of the good ol' days!
Sorry on the delay on this. The `parse-org` function looks good. I would look into also adding `tree-seq` which would allow someone to grab all the files in a provided...
Per @Camsbury - what if it was like magit?
@bbatsov Upon thinking about this further, I think that the proper name should actually be `var-node-p` or `variable-node-p`. The problem is that there is already a `variable-node-p` which returns whether...
@bbatsov just pinging you on this. No rush, just a reminder :)
@bbatsov rebased and ready to go 👍
@bbatsov the PR is updated with listing passing. I tried to make the tests run and added (what I thought was an appropriate case to `clojure-mode-indentation-test.el` -however it looks like...
Got it! Thanks for the explanation and sorry for missing that. Updated the test suite to include a unit test for this.