vemv

Results 256 issues of vemv

Hi there, using `[dk.ative/docjure "1.12.0"]` will bring in CVE-2019-12415, as [lein-nvd](https://github.com/rm-hull/lein-nvd/) would indicate. That is fixed with `[org.apache.poi/poi "4.1.1"]`, but one cannot pull that change without incurring into https://github.com/mjul/docjure/issues/82, so...

good first issue
help wanted

Soft of a draft, does it look good to you? @yuhan0 @bbatsov Before submitting a PR make sure the following things have been done: - [ ] The commits are...

It would be sweet to offer fail-fast functionality. Under it: * The first failing failing test var fails that ns; and * The first failing ns fails the test run....

enhancement
help needed

https://github.com/clojure-emacs/cider-nrepl/blob/cf0b5d171fd345ad9e42d92e6d1c0fb3f213a7bb/test/clj/cider/nrepl/middleware/refresh_test.clj#L131-L136 We successfully got around that gotcha in refactor-nrepl's codebase so I can apply the same technique here.

## Brief I have the impression that test runners are expected to bind `clojure.test/*report-counters*` during test execution. It looks like it should be initialized to `clojure.test/*initial-report-counters*`. `cider.nrepl.middleware.test` doesn't appear to...

enhancement
good first issue

## Expected behavior CIDER starts up as fast as possible, particularly in face of large projects/classpaths. ## Actual behavior Some computations are performed at compile time: * https://github.com/clojure-emacs/cider-nrepl/blob/6d3934eb665574af891e81ef5c11cf9c2b4e1d65/src/cider/nrepl/middleware/stacktrace.clj#L125 * https://github.com/clojure-emacs/cider-nrepl/blob/6d3934eb665574af891e81ef5c11cf9c2b4e1d65/src/cider/nrepl/middleware/track_state.clj#L152...

enhancement

Hey there, I'm finding that offering completions for vars that are `^:deprecated` generally doesn't make much sense, in the same way that no completions should be offered for private vars....

## Brief The following vars: https://github.com/alexander-yakushev/compliment/blob/a112bb85b748d4a34da89ee783e7c64d8183dab7/src/compliment/sources/local_bindings.clj#L6-L13 represent closed sets and typically only will work over clojure.core symbols. So if one uses e.g. `my/let`, completion accuracy will degrade. ## Proposal In:...

enhancement

## The problem The two following pieces of code should get the same completions, but they don't: ```clojure (defn x [^String arg] (__prefix__ arg)) ;; for a prefix value of...

enhancement

Hi! Happy user here. https://github.com/fmnoise/flow/tree/4.2.1#isnt-using-exceptions-costly describes the mechanism and use case for omitting stack traces - it's something JDK7+ allows. I wonder if you'd be interested in offering a `defexception`...