vemv

Results 256 issues of vemv

Namespaces can require `clojure.core` in their ns form. While rare, that was actually used as a workaround for [a now-fixed Cloverage issue.](https://github.com/cloverage/cloverage/issues/312) ...when mranderson would find such a require, it...

Using ruby-mode, typing `def SPC` no longer inserts `end` for me. I'm at a loss as to why this happened. I tried going back N months back per Git history....

Although it's fairly easy to make sense of the following message: ...it seems a little too high-friction of an scenario: * I have to _realise_ that my index.html has a...

I have the pretty severe muscle memory of closing Chrome tabs. With it, I can close index.html, and with it, my IDE experience will significantly degrade. I can spend a...

Looks like the next-sibling fn is buggy past page 1.

bug

It currently only works over sequential things - not atoms wrapping those.

enhancement

Custom objects implementing IDeref should be navigable to their derefed value. The resulting UI should be equivalent to the atom one: ![image](https://github.com/clojure-emacs/orchard/assets/1162994/62b8ebaf-15aa-4067-bcfc-321629f42839) i.e. `Contains` wording, extra level of indentation.

enhancement

https://github.com/forge/roaster is a Java parser that appears to be much faster than JDK's (1-20ms vs. N seconds). It's based on [Eclipse JDT](https://projects.eclipse.org/projects/eclipse.jdt). It also seems less picky e.g. it can...

FlowStorm bundles its own `clojure`. Apparently it can cause cider-nrepl stuff to be slow. It would be a good idea to tentatively add it to our CI matrix, trying to...

`next-sibling` could be used to navigate across Java methods/fields.