David Hoese

Results 933 comments of David Hoese

@macrocosme It depends on what your final goal is. First, as you may have already realized, you can't do a `min` or `max` operation in the traditional way in a...

Hm this may be something with conda/conda-forge on the python 3.7 environments. On the python 2.7 environments it looks like you need to fix the docstring to mention the new...

@thomasdeneux could you try merging with master, pushing to this same branch, and seeing if the tests pass. You'll also need to update the docstring for the buffer to include...

@thomasdeneux You can actually click on the "Details" from this pull request and click on the failing environments and see what is failing: ``` Running flake8... vispy/gloo/CPUData.py:64:20: F821 undefined name...

We could run it earlier in the relevant environments, but I'm not sure we can wait for one flake8 environment before running all other environments. Especially since travis gives us...

Ah good point. I'm not sure how to do that in travis.

@thomasdeneux Any chance you have time to merge with current master and we can see how the tests perform?

@thomasdeneux How busy are you a year after the last time I asked? :stuck_out_tongue_winking_eye:

Let's keep this open for now. I'll close it after a more thorough review and if I can't see an easy way forward. Thanks.

We have github actions building the docs which are deployed to github pages when built on `main`. It sounds like you are saying option 1 from my original message is...