Scott Wittenburg

Results 34 issues of Scott Wittenburg

Currently just fixes the captured screenshot size at `512x512`, but could be extended in the future to allow the user to specify an arbitrary size. Depends on this [PR](https://github.com/Kitware/vtk-js/pull/1907) getting...

Currently we have to import a whole new csv or json, which moves the currently imported session to a backup folder in girder, in some way losing the annotations made...

enhancement

The biggest complaint here is that the % loaded lives adjacent to the timestep slider, seeming to indicate that the % loaded has something to do with the which timestep...

Rebase the original work adding learning to the application, and fix a couple console errors

This could be a very involved or quite simple issue, depending on what we intend to do in CI. At a minimum, we should decide on client/server code styles we...

The interaction buttons remain on the screen after calling `x.clear()`. ``` $ python Python 3.6.7 | packaged by conda-forge | (default, Feb 28 2019, 02:16:08) [GCC 4.2.1 Compatible Clang 4.0.1...

When doing `canvas.plot()` using `ratio="autot"` and `canvas.interact()`, the longitude values given by the interaction popups are increasingly erroneous as you move away from center (longitude = 0) of the plot....

bug

Here is a short script to reproduce: python ``` import vcs, cdms2, os vcs.download_sample_data_files() # offscreen mode bg = 1 modeStr = 'offscreen' if bg is 1 else 'onscreen' #...

Remove the `protected-publish` job from gitlab pipelines, in favor of an [alternate](https://github.com/spack/spack-infrastructure/pull/848) approach. The `protected-publish` job copies rebuilt packages of changed specs from stack-specific mirrors to the top-level mirror, and...