Tensegritics / Tensegritics/ClojureDart
multiple bindings in :bg-watcher
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 1.6k
- Forks
- 119
- PR merge metrics
- No merged PRs in 30d
Description
:bg-watcher only allows one binding currently.
Extending it to support multiple bindings with switchmap-like semantics (a change in a former binding trigger cancellation of later subscriptions) would simplify a lot of code.
We should allow at least :let as an additional directive/option inside these bindings.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the implementation and existing tests for :bg-watcher; start by understanding its current single-binding behavior and the requested switchmap-like cancellation semantics. Done means multiple bindings are supported, changes in earlier bindings cancel later subscriptions, and :let is accepted as an additional directive or option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100