issues Search Results · repo:timofurrer/observable language:Python
Filter by
9 results
(77 ms)9 results
intimofurrer/observable (press backspace or delete to remove)Hiya thanks for this library, I like its usability/API a lot!
Any chance to cut an official release that includes the ObservableProperty feature? It s been a while since it was
added. Didn t knew I d ...
makkus
- Opened on Dec 1, 2019
- #19
I would like to have observable dicts to notify on item add/remove. This seems like a pattern that observable might want
to provide an implementation for, and/or docs with a recipe for observing core collection ...
enhancement
jayvdb
- 1
- Opened on Oct 31, 2019
- #18
First, thanks for this neat package! It looks like it s not possible to obtain the return value of the triggered
callbacks as trigger( foo ) always returns True.
However, I think it would be nice to have ...
frthjf
- 1
- Opened on Jan 9, 2019
- #17
As I see from README.md observable now is Python3 only however wheel uploaded on PyPI is marked as Python2 and Python3
compatible (https://pypi.org/project/observable/#files): observable-1.0.3-py2.py3-none-any.whl ...
daa
- Opened on Sep 25, 2018
- #14
Hi,
is there a reason why v1.0.1 hasn t been pushed to PyPi yet? I m pulling it as a dependency in one of my packages and
still get v0.3.2 without the fixes around once() etc.
Best regards Robert
bob1de
- 2
- Opened on Sep 17, 2018
- #13
Hi,
What do you think about an API for observing properties easily? This would allow something like the following:
import observable as obs
class A(obs.Observable):
... @obs.ObservableProperty ...
bob1de
- 2
- Opened on Jul 20, 2018
- #11
Such handlers should get unregistered before their own code is executed in order to prevent potential new events fired
during the handler runs from triggering the original once-registered handler again. ...
bob1de
- 1
- Opened on Jun 8, 2018
- #10
Hello,
I already submitted a PR to fix this, but here comes the corresponding issue.
When triggering an event, the loop goes over the registered handlers and calls them one after another. But when one ...
bob1de
- 1
- Opened on Jun 8, 2018
- #9
Hi,
Thanks for this handy library! It s perfect for simple use cases like mine.
However, I d like to use it in a project under Apache License, which can t be changed. Don t get me wrong, I like the
GPL ...
bob1de
- 13
- Opened on Jun 2, 2018
- #5

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.
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.