David Hoese

Results 933 comments of David Hoese

@mreyarea-fy Ok. I fully welcome a pull request adding this keyword argument (it'd be nice if it had a test too). @brisvag Any issues with this?

@mreyarea-fy Do you think you could make a PR to add the `mode` keyword argument?

@t20100 I know it has been quite a few years, but I can't tell if the issues you've brought up have been fixed. Do you think you could make a...

Yeah, but I actually have the scraper working for Qt GUIs which would be too bad if they couldn't be shown. I want to have my cake and eat it...

> What proportion would not work? There are a couple examples that are larger Qt GUIs with other Qt widgets (buttons, sliders, dropdowns, etc) and not just a VisPy canvas.

Given that the binder environment is rebuilt on every commit (and I'm not sure there is a way to customize that) maybe we should make a new repository that is...

Another thing I think I've seen is people create GitHub workflows for triggering the rebuild of the binder image. We could probably do that for either setup (single or two...

So I have excuses and no real good answers. You're right this does seem slow and is probably something I've just gotten used to. I don't really use the plotting...

FYI, doing the equivalent of: ```python from vispy.app.canvas import Canvas canvas = Canvas() canvas.show() ``` was practically instant.