Aron Bierbaum
Aron Bierbaum
Without this change closing a `AVPlayer` might crash because the `PositionWatcher` thread has not stopped before the `AVPlayer` is destroyed.
### The issue When installing a requirement that explicitly references an index all indexes are searched even though `install_search_all_sources = False`. ### The fix There were two different locations where...
This adds a `use_hstore` parameter that will cause all OSM tags to be added to a hstore `tags` column. This can be useful when you want to query the features...
- fixes #234 Checklist: - [x] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change. - [x] Add or update relevant docs, in...
## Describe your problem I'm considering submitting a few pull requests. One would be to add more type hints, and the second would be to add basic asyncio support. Before...
- based on #273 Checklist: - [x] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change. - [x] Add or update relevant docs,...
- based on #273 Checklist: - [x] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change. - [x] Add or update relevant docs,...
Fixes issue with pydispatcher where we can not safely disconnect a callback from a signal if we are currently iterating over that signals receivers.
Update robustApply() for functools.partials so that we can connect to functool.partial objects.