Max Kreminski
Max Kreminski
Could you describe your example use-case in a little more detail? It'd be nice to know what your code currently looks like and what it'd look like after this feature...
This does seem to be all possible keys – check [this post](http://www.minecraftforum.net/forums/minecraft-discussion/redstone-discussion-and/351959-1-8-raw-json-text-examples-for-tellraw-title-books#ACTIONShover) and scroll down to the section on `show_entity`. Given a Bukkit `Entity`, I'm thinking `type` corresponds to [`#getType()`](http://jd.bukkit.org/rb/apidocs/org/bukkit/entity/Entity.html#getType%28%29),...
Hmm. Perhaps the information in the linked post is out of date or otherwise incorrect? IIRC I borrowed the example command straight from there.
@glen3b On closer inspection it looks like you left out the quotes around the `value`. Really wish Mojang would stick to standard JSON for this stuff – it makes no...
The same issue is present for all anonymous function forms resembling `(fn [] [foo])`, where `foo` is a symbol or keyword. See also issue #92. Relevant rule code is [here](https://github.com/jonase/kibit/blob/master/src/kibit/rules/misc.clj#L37)....
Hi @bhurlow! To get the unpublished jars installed locally, you'll need to clone both the [mkremins/decodn](https://github.com/mkremins/decodn) and [mkremins/flense](https://github.com/mkremins/flense) repositories, then run `lein install` on each one to install them in...
A bit more background on this issue: comments, metadata and tags are all weird because they don't behave like concrete forms. There's a textual notation for them – comments stretch...
Yeah, this project isn't really maintained anymore. Em stepped back to focus on other things in 2016 or 2017, at which point I became the main maintainer. For the last...
[This issue](https://github.com/cursiveclojure/cursive/issues/147) on Cursive has a lot of potentially helpful discussion about problems that might be encountered in the process of implementing this behavior.
As of https://github.com/mkremins/flense/commit/773377ce38f4dbb03ff272c62ebcc1b99a9acd02: - The `:clojure/expand-macro` and `:clojure/collapse-macro` actions, respectively, can be used to expand and collapse the form under the cursor. - Macros are always expanded as with `macroexpand`,...