Anton Mostovoy

Results 20 issues of Anton Mostovoy

``` :mirrors {#".*" {:name "my-internal-artifactory" :url "https://my-internal-artifactory"}} ``` is not sufficient to pull the library specified in `:parent-project :coords` The workaround is to add ``` :repositories {"my-internal-artifactory" {:url "https://my-internal-artifactory"}} ```

The browser opens and Chrome shows "ERR_INVALID_RESPONSE" page. It would nice if the exception was logged. Thanks for your work on this project!

This also fixes https://github.com/metosin/compojure-api/issues/438

… coerced in my situation, i am using a spec like this to transform the parameter: ``` (def get-events-spec (st/spec {:spec (s/coll-of string?) :description "comma separated list of user-ids" :json-schema/type...

Old version: ``` clojure -A:rebel WARNING: Use of :main-opts with -A is deprecated. Use -M instead. ``` fixed version: ``` clojure -M:rebel [Rebel readline] Type :repl/help for online help info...

This makes it really hard to debug Let me know if you need any other info. Thanks!

### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...

enhancement
triaged