vemv

Results 256 issues of vemv

Hi! The following: ```clj (malli.error/humanize (malli.core/explain [:sequential :string] #{"a"})) ``` returns `"invalid-type"`. That could be improved in a couple ways: * it could say `expected :sequential, got :set` * i.e....

enhancement

Hi, I believe the current following behavior isn't ideal for end users: ```clj user> (malli.error/humanize (malli.core/explain [:and :string [:fn {:error/message "Should not be blank"} (fn present? [s] (not (clojure.string/blank? s)))]]...

enhancement

Create a cljr-slash variant that uses the `suggest-libspecs middleware` (https://github.com/clojure-emacs/refactor-nrepl/issues/384), and has a more streamlined UI than current cljr-slash (since it would never ask for language context). These are the...

https://github.com/clojure-emacs/refactor-nrepl/tree/v3.5.4#namespace-aliases is currently used for cljr-slash. As the op name says, it returns the namespaces aliases contained in the current project. However, a more sophisticated (and context-aware, for .cljc files)...

I'm a bit disappointed by the results from executing this gem (trying all possible settings) ![image](https://cloud.githubusercontent.com/assets/1162994/20861975/a1f7391a-b99e-11e6-9a0c-4dbda0aa8b78.png) So it takes rspec 3 and turns it into rspec 0.1. Umm... Dunno if...

bug

Hi, I've used `--with-no-title-bars` over a year with no issue. Recently I got a new Macbook Pro, and started using Mojave/Metal accordingly (before I stuck to High Sierra + Macbook...

There's the https://www.emacswiki.org/emacs/PosTip library, which one can try out like this: `(pos-tip-show "Hello" '("red"))` ...that should result in a native tooltip. However it doesn't work: there's no popup and no...

I was getting clj-kondo `:unresolved-symbol` warns which the following would fix: ```clj :unresolved-symbol {:exclude [(clojure.test/is [match?])]} ``` It might be worthwhile to add a "kondo exports" file with that. Or...

Per https://playwright.dev/java/docs/api/class-page#page-wait-for-selector: > Returns when element specified by selector satisfies state option. **Returns null if waiting for hidden or detached.** Given this API, I'm not able to distinguish these two...

Hi James, a nice improvement would be to be able to link to e.g. the `HTTP Clients` section header. Cheers - V