Oleksandr Yakushev

Results 41 issues of Oleksandr Yakushev

This is a fix to #393 by @rborer. `(s/on-closed s #(d/success! c true))` means that the request was completed `early?` which leads to a connection being disposed from the pool...

Symmetrical to #393, this PR adds support for HttpObjectAggregator being added to the server pipeline. It also makes possible to solve #452 from the user code. Also, even if #452...

It is sometimes useful to be able to limit the lifetime of a reusable TCP connection in the client pool. This is the most naive implementation with minimal changes. Since...

waiting on user

I'm not completely sure if this is a bug or an intended behavior, but submitting a PR just in case. *Note: see the diff with [?w=1](https://github.com/ztellman/aleph/pull/427/files?w=1).* The current implementation of...

Feel free to mark this as a minor issue, and I don't have a generic solution right now, just throwing around some ideas. manifold-scheduler-pool that is used whenever `manifold.time/in` is...

performance

It would be neat if the Play Queue in the web player displayed the total duration of the queued tracks. I suppose in could be added into the Play Queue...

enhancement

Partially related to #2375. `cider-defun-at-point` goes completely nuts when invoked from forms prefixed by `#_` (or any other data reader for that matter). Here's an example (█ stands for cursor):...

bug
pinned

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
help wanted
high priority

But works fine in 2.8.2. This is the exception trace: ``` clojure.lang.ExceptionInfo: org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.getBufferCapacityForTransfer(J)I line: 124 java.lang.NoSuchMethodError: org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.getBufferCapacityForTransfer(J)I org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.access$000 AbstractHttpClientWagon.java: 112 org.apache.maven.wagon.shared.http.AbstractHttpClientWagon$RequestEntityImplementation.writeTo AbstractHttpClientWagon.java: 185 org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity DefaultBHttpClientConnection.java: 156 org.apache.http.impl.conn.CPoolProxy.sendRequestEntity CPoolProxy.java: 160 org.apache.http.protocol.HttpRequestExecutor.doSendRequest...

This is the followup on #374. Unfortunately, the issue I had is not resolved, because the new functionality seems to break when I provide arguments like `--foo`. ```clojure (deftask run...

Enhancement