Rob Hanlon

Results 26 issues of Rob Hanlon

Hello! I recently installed VimMode.spoon for the first time, and I've noticed that it doesn't play very nicely with hs.hotkey.modal out of the box. This is fine; I've added calls...

It's possible for left and right to be an array of messages when creating an Or::SinglePath, and it's possible for an Or::MultiPath to contain an Or::SinglePath. Adds the following fixes:...

The implementation of `clojure.java.classpath/classpath` returns a vector of classpath entries. If Clojure's base classloader has any entries in it, values from the system classpath are not returned. This causes some...

upstream bug

The [configuration doc](https://github.com/greglook/cljstyle/blob/bb79e3ad0a2db0541d137a81aedd40455de5c143/doc/configuration.md#file-settings) says this under the `:ignore` bullet point: > ...patterns are matched against the entire (relative) file path... However, this is not the case in the implementation, as...

bug

clj-kondo has a nice feature where you can configure it to lint a particular macro as if it were a different macro, so you don't have to write custom linters...

enhancement

Clojure Mode for Emacs supports [vertical alignment](https://github.com/clojure-emacs/clojure-mode#vertical-alignment), as does [Calva's formatter](https://calva.io/formatting/). Any thoughts on what it might take to add this to `cljstyle`?

enhancement
help wanted

Resolves #52. This is a first pass for this feature so design input is requested. Initial decisions: - Use `use-fixtures` from `clojure.test` for fixture functions that apply to all of...

It seems like it's not used outside within the `talltale` code itself; could it be moved under an alias if it's necessary for building or releasing?

This change simplifies with-session to just create a new binding context with a new session. This is a breaking change, and would require a major version update, which could understandably...