goodboy

Results 452 issues of goodboy

Currently [`ViewBox.wheelEvent()` only supports zooming "into" or "around" wherever the mouse coordinates are currently located](https://github.com/pyqtgraph/pyqtgraph/blob/master/pyqtgraph/graphicsItems/ViewBox/ViewBox.py#L1229) within the view. There are use cases (such as mine) where one might want to...

enhancement
ViewBox

We have a set of internal docs which need to be reworked and the `pytestlab` specific stuff needs to come here. I was debating between using the new github wiki...

We already have a small test suite. Let's get it up on at least one of: - [travis](https://travis-ci.org/) - [appveyor](https://ci.appveyor.com) - [circleci](https://circleci.com/)

Mostly like it sounds. Adds support for actors to bind transport layer sockets on multiple network addresses in anticipation of supporting both multiple (transport layer or higher) protocols in tandem...

Finally! This is a rigorous rework of our `Context` and `ContextCancelled` semantics [to be more like `trio.CancelScope`](https://trio.readthedocs.io/en/stable/reference-core.html#cancellation-semantics) for cross-actor linked tasks! #### High level mechanics: - if any actor-task requests...

enhancement
messaging
streaming
cancellation

Writing up some much more detailed tests for remote actor cancellation as part of #357 has me thinking again about how it'd be nice to be able to inject our...

Replacement for #255 and hopefully a precursor to landing #341 🚀

non-linux

Initial module import from `piker.data._sharemem` and first implementation of the system(s) discussed in #339. --- ### Would like to have done for this to land: - [ ] test(s) which...

Replacement for #351 to start effort toward testing our debugger (with `pdbp`) and basic functionality when running actors in `infected_asyncio` mode. --- #### Test set todo: - [ ] ensure...