dimensionalOS / dimensionalOS/dimos
Rule of three: if you have three duplicate things, it's best to generalize. You can add:
Open
@mustafab0 is already working on this.
Since Feb 23, 2026.
- #1357 by @mustafab0 — closed without merging
control
- Dominant language
- Python
- Stars
- 4.5k
- Forks
- 808
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 233
Description
Rule of three: if you have three duplicate things, it's best to generalize. You can add:
self._disposables = CompositeDisposable()
in __init__ and do self._disposables.dispose() here.
Originally posted by @paul-nechifor in https://github.com/dimensionalOS/dimos/pull/1277#discussion_r2842866406
Contributor guide
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.
Assessment
This issue has not been assessed yet.