vemv

Results 256 issues of vemv

Hi there! I found that it's easy to build "fail-fast" functionality on top of circleci.test. The trick is changing this `for`: https://github.com/circleci/circleci.test/blob/8bc3ed6ee364dce5d446b0b1163e7041a5149f7b/src/circleci/test.clj#L190-L191 ..with a `reduce` that observes the return value...

Hi, I'm working on a custom defprotocol which can be tweaked via metadata. I'm finding that cljfmt wants to add extra indentation if metadata is found, i.e.: ```diff (defprotocol Chat...

Hi there, I'm quite a fan of Aero, which appears to be a superset of Joplin's config facility. Wondering if it could substitute it. So far I have no big...

One thing that isn't clear from the README is whether the plugin needs/creates a cache. Is it all automatic? Does it possibly reuse a cache from an IDE? Does it...

Below there's an inspected Atom of Cons, the problem being that all its 3 items are rendered into the same line: ``` Class: clojure.lang.Atom --- Deref: Class: clojure.lang.Cons --- Contents:...

inspector

Currently, if we're inspecting an Exception, we cannot directly navigate to the file/line of each element of the rendered stacktrace. i.e., this stacktrace is just text atm: ![image](https://github.com/clojure-emacs/cider/assets/1162994/72fc2639-33af-4d64-9bff-d70b04dbc720) Currently, a...

Similarly to what the official Javadoc tool does, the Inspector: * when inspecting a given class, could render its known subclasses. * when inspecting a given interface, could render its...

inspector
feature request

Hi there, hopefully this will be an easy one: ``` ~ $ cabal install herbalizer Resolving dependencies... Downloading mtl-2.2.2... Downloading text-1.2.3.0... Configuring mtl-2.2.2... Configuring text-1.2.3.0... Building mtl-2.2.2... Building text-1.2.3.0... Installed...

Hi! I found the following issue. We can observe that Midje emits delicate-looking var names: ```clj matcher-combinators.core-test> (tabular (fact "Foo") ?matcher prefix embeds) ;; the whole thing below is a...

Hi! I have a config like this: ``` {eftest/eftest {:coordinates vemv/eftest, :manifest-root "eftest"}} ``` where deps.edn is not located at the root of the `vemv/eftest` repo, but within its `eftest`...