Results 13 issues of Kamil Leszczuk

**Situation** I'm running 4 parallel steps in a Bitbucket pipeline. Each of those steps does a **different** thing - each builds and tests a **different** subproject. In one of those...

enhancement
help wanted

When `completed?` of an input task returns `true`, it doesn't prevent `poll!` from being invoked over and over again (quite possibly infinitely). Here is a repo with a reproduced minimal...

The following catalog entry: ```clojure {:onyx/name ::compute-average :onyx/type :function :onyx/batch-size batch-size :onyx/batch-timeout batch-timeout :onyx/group-by-fn ::some-grouping-fn :onyx/flux-policy :kill} ``` fails validation when submitting a job. This is printed in the REPL:...

It is not currently possible to use a Reason's JSX syntax to create a custom element. E.g. this won't compile: ```javascript /* JavaScript code executed somewhere before our Reason's JSX...

KIND: FEATURE REQUEST

We're using a custom test reporter (by binding to `clojure.test/report`). That reporter does plenty of stuff, i.e. it sets up fixtures, logs user in, and so on. If an error...

Hi @matthiasn! It got me by surprise yesterday when I learned that doing this in one component (`:cmp/X`): ```clojure (defn some-handler [...] {:emit-msg [[:cmd/a] [:cmd/b]]} ``` In a system where...

Hey, I'm in the middle of migrating to systems-toolbox 0.6.x (finally! :)) and it gets me to think again about `:send-to-self` (formerly `run-handler`). It feels very weird to have to...

Hi Matthias! As our app grows, we're getting more and more tired of having commands being one-directional only. That's particularly annoying when commands are used to trigger WebSockets / AJAX...

When invalid URL is entered by the user, such as: ``` http://host/some/path?param=val%%ue ``` `encodeURIComponent` and/or `decodeURIComponent` throw an unhandled exception and Secretary stops working. It would be nice if Secretary...

The keyczar library (the original one, not the clj-keyczar) deployed to the clojars has invalid groupId in POM file. Consider this file: https://clojars.org/repo/circleci/keyczar/0.71g/keyczar-0.71g.pom The URL suggests, the groupId would be...