Oleksandr Yakushev

Results 41 issues of Oleksandr Yakushev

To handle situations like this: ```clj (.. (java.util.Date.) |toString (|endsWith "2019")) ``` Sister issue: clojure-emacs/cider#2612.

enhancement

Case in point: ```clj (require '[manifold.deferred :as md]) (let [d (md/deferred)] (-> d (md/timeout! 1000 :timeout) (md/chain println)) ;; Succeeding d with a deferred that never succeeds. (md/success! d (md/deferred)))...

I assume this is not intentional – pool will not adjust upwards if the adjustment value for a key is exactly 1. Not critical, but slightly annoying.

We are using CIDER with a really big project (1000+ namespaces). Most of those namespaces have a common "prelude" form that requires and refers many other namespaces. With a project...

bug

While working on #229, I discovered the following: the installation of `rlwrap` on Debian and Ubuntu pulls ~80 MB of additional packages (python3 and other stuff). That sounds excessive for...

This is my take on #224. There are a lot of changes, so we might as well start the review and discuss the details early. Summary: 1. Leiningen and tools.deps...

Given that the image size is absolutely dominated by JDK (~300 Mb uncompressed), would it be reasonable to ship both Leiningen (~15 Mb uncompressed) and tools.deps (around the same but...

I pass a header `content-type: application/json; charset=utf-8` in the HTTP request, but the lib ignores it and decides to instead infer the encoding which sometimes leads to :body becoming garbage....

After I enabled `cider-enable-flex-completion` instead of `cider-company-enable-fuzzy-completion`, I noticed that my completion was acting up. Certain prefixes that used to complete correctly now failed to complete, and weird suggestions were...

@bbatsov If you don't mind, I'm going to archive this repo. Also makes sense to remove this org: https://github.com/orgs/clojure-emacs/teams/ac-cider