Ambrose Bonnaire-Sergeant

Results 107 issues of Ambrose Bonnaire-Sergeant

This should return false in Clojure. In ClojureScript it returns true. ```clojure ((-some-pred []) true) ;=> true ``` I think this line needs to be configurable. https://github.com/metosin/malli/blob/bf92680ad76e57697261dd45c52dd31ffa9a8e1e/src/malli/impl/util.cljc#L59 I believe this...

**version** v0.9.161 **platform** macOS 12.4 (Intel) **problem** Protocol methods seem to lose their documentation. **repro** ```clojure $ bb Babashka v0.9.161 REPL. Use :repl/quit or :repl/exit to quit the REPL. Clojure...

On macOS Monterey. ![click-from-outside](https://user-images.githubusercontent.com/287396/188713437-a6eea145-7582-4627-b577-6313800aa608.gif)

Name masking bug.

https://github.com/babashka/babashka/pull/1379

Escaped double quotes breaks the clojure.repl/doc output. Before: ```clojure (router ["/api" {:middleware [wrap-format wrap-oauth2]} ["/users" {:get get-user :post update-user :delete {:middleware [wrap-delete] :handler delete-user}}]]) ``` After: ```clojure (router ["/api" {:middleware...

It looks like some of neovim-remote's features have landed in nvim https://github.com/mhinz/neovim-remote/issues/175 I'm curious if it's featureful enough to replace neovim-remote in this project?

**Initial debugging steps** Before creating a report, _especially_ around exceptions being thrown when running Leiningen, please check if the error still occurs after: - [x] Updating to using the latest...

bug
usability