Ogi Moore

Results 32 issues of Ogi Moore

Attached image to highlight what I mean ![example](https://cloud.githubusercontent.com/assets/646398/22093706/a22f20c2-ddbc-11e6-97f6-9e8d03d217a6.PNG) Ideally, there would be support for [Stitch](https://github.com/pystitch/stitch), which would include some other code chunk options such as `echo=False` and so on.

I have been working on notarizing a `fbs` generated `.app` bundle. I know `fbs` currently does not support code signing and notarization, but I would be happy to post what...

It would be good if the tutorial provided some guidance on how to setup logging, especially for macOS, where the logger FileHandler only takes relative paths, and thus attempts to...

I would like to request that `libsndfile` support reading `shorten` encoded audio files. Presently, they are recognized, but not supported: https://github.com/erikd/libsndfile/blob/master/src/common.h#L199 A summary of `shorten` files can be found here:...

Wishlist
help wanted
enhancement

Often when dealing with CI systems, I would love to able to view a screenshot of what a QWidget looked like. It got me thinking, how hard is it to...

question :question:

Hello QtPy devs, pyqtgraph maintainer here. When QtPy was rolling out support for Qt6, there was the realization that the enum namespace needed to change as PyQt6 no longer supported...

type:Question
type:Awaiting followup

While working on #1807 I noticed that `test_dockarea.py` had an assert statement comparing `None is None`, by comparing the output to two calls to `clean_slate`. This is clearly not intended,...

test-code
Dock

currently viewbox.scaleBy() allows you to zoom in indefinitely, regardless of what the zooming limits you put onto the viewbox.setLimits parameters. I'm on linux using python 3.6.3, and pyqtgraph 10.0 (with...

ViewBox

It seems that example 3 now longer works, with all chunks after the first one failing to draw. If you click on autoscale, you can see that the plots still...

high-priority

cSpell flags `itertools`, `functools` and `ctypes` as being misspelled when the python dictionary is activated (and virtually any other module I try and import that is not in the en_us...