Luke Campagnola
Luke Campagnola
I think single-letter units are fine as long as we have a standard set of units and their single-letter equivalents. For visualization, we are much more likely to want the...
I'm doing a couple days of GPGPU training hosted by nVidia next week. I'll ask questions there..
On Sat, Nov 15, 2014 at 8:34 AM, Cyrille Rossant [email protected] wrote: > I'm doing a couple days of GPGPU training hosted by nVidia next week. I'll > ask questions...
Hi @huanghesheng2012, this would be much easier for us to fix if you can come up with a minimal working example of the bug - a very short piece of...
Prior discussion: https://github.com/vispy/vispy/issues/240 tl;dr: We should use `Camera` for this purpose, or at the very least share code between the cameras and `vispy.interactive`. Perhaps I should put together an example...
Fine with me. All I care about is no repeated code.
I wrote a simpler script to make it easier to read the SVG: ``` import pyqtgraph as pg app = pg.mkQApp() w = pg.GraphicsLayoutWidget() l = pg.LabelItem("test test test test...
Based on the [documentation on this topic](https://github.com/libfuse/sshfs/blob/master/sshfs.rst#sshfs-hangs-after-the-connection-was-interrupted), I tried running sshfs with `-o reconnect -o ServerAliveInterval=5`. In this configuration, I can reliably reproduce the following sequence: 1. Attempt to read...
I currently use a script to work around this issue: https://askubuntu.com/a/1274431/83134
Just want to throw in my encouragement: this is a VERY exciting project. I will be watching closely!