issues Search Results · repo:clj-commons/manifold language:Clojure
Filter by
145 results
(97 ms)145 results
inclj-commons/manifold (press backspace or delete to remove)Hi everyone,
I ve been using manifold and found something odd with chain and chain .
Here s some sample code:
(deferred/future (do (Thread/sleep 1000) (inc @(deferred/future 1))))
This code always ...
joaopluigi
- 3
- Opened on Jan 3
- #239
Is this a bug with stream/batch?
With the following topology:
(do
(defn st []
(let [s (stream/periodically 500 (constantly 2))
s1 (stream/stream)
sb (stream/stream)
...
yenda
- 10
- Opened on Nov 23, 2023
- #235
A lot has changed in the state of CLJS, that makes inlining support both more appealing and probably less overhead than
when Zach rejected it so many years ago, in favor of encouraging @dm3 to fork manifold-cljs. ...
feature request
help wanted
skylize
- Opened on May 9, 2023
- #233
I have trouble understanding the (manifold-exec/stats- map (.getStats executor)) output. After a trivial transformation,
I get:
#:thread-pool{:num-workers 93,
:utilization #:summary{:permille-950 ...
KaliszAd
- 3
- Opened on May 8, 2023
- #232
This has been done elsewhere. Can it be done without requiring Manifold be moved to the clj-commons group?
good first issue
KingMob
- Opened on Apr 5, 2023
- #230
From Slack:
I just tried upgrading some deps, and noticed that the latest version of core.async, 1.6.673, breaks Manifold s go-off
macro, which depends on some undocumented fns to reuse the same IOC machinery. ...
bug
good first issue
KingMob
- 1
- Opened on Apr 5, 2023
- #229
In this line: https://github.com/clj-commons/manifold/blob/master/doc/stream.md?plain=1#L121
it refers to a function (permanent-stream) which doesn t seem to exist - just :permanent? true would be correct ...
henryw374
- 2
- Opened on Mar 21, 2023
- #227
It would be cool to have an implementation that works with babashka, to make libraries using manifold more universally
available and manifold truly a lingua franca for asynchronous programming, as per ...
feature request
help wanted
Sohalt
- 7
- Opened on Mar 13, 2023
- #226
It would be nice to have constructs like clojure s if-let and when-let but made for let-flow instead.
It s simple enough to just implement this once needed, but nice to have by default.
cosineblast
- 3
- Opened on Feb 19, 2023
- #218
a lot of the macros in manifold (e.g. d/loop, d/let-flow, d/success-error-unrealized, etc.) confuse the static analysis
that clj-kondo uses to lint for things like unknown bindings and other such things. ...
lilactown
- 4
- Opened on May 30, 2022
- #214

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.