goodboy

Results 711 comments of goodboy

@schuettc looks like a OS stdlib mis-compat: https://docs.python.org/3/library/select.html#select.epoll Given ur masked filepaths, looks like you're not on linux. Also, in this case this is **exactly the motivation to land #87**....

@schuettc lol ma bad. in that case you could try to use the now somewhat defunct https://github.com/SIPp/pysipp/pull/17, but ideally if you can prove #87 works on OS X that would...

Fwiw, we've switched to the much much more flexible [`tomlkit`](https://github.com/sdispater/tomlkit) lib which is built ground up to be *style preserving* and has native support for inline tables using : -...

Gah missing some patches from #1359, notably `ViewBox.sigMouseDragged` and `functions.connect_lambda`.

Lol, Ok so apparently the history from #1359 was more extensive then I thought and is needed to make the example work out of the box. Might try to get...

There it's back to where I expected.

> there is a bug with click-drag interaction on axes which seems to be something that needs to be fixed in the ViewBox-AxisItem rats nest of "linked" handlers Ahh think...

> i looked at your code and tested your example, it seems it needs some work still, and it's not quite mature, but i think there is some good intent....

Yeah just to clarify the main problem that i'm seeing with the event loop even just to remind myself: - the scenes containing each view are layered in the view...

> look at my pr, i fixed the "first receiving the event" issues by setting the z index for the viewbox i wanted in front Oh nice. Yeah funny enough...