James Manners

Results 5 issues of James Manners

Update import of vtkObject to match the new vtk.js types

We use the Cine tool in Cornerstone v2 and the cine tool retains the zoom level when playing a stack or stepping through the frames. With Cornerstone 3D, we are...

We use headless devices that use serial connection for the main terminal (no display driver) that are installed with Ubuntu 20.04. Without clevis, we need to enter the LUKS password...

In regards to securely handling custom protocols, the electron docs suggest preventing relative path traversal (https://www.electronjs.org/docs/latest/api/protocol#protocolhandlescheme-handler) ``` // NB, this checks for paths that escape the bundle, e.g. // app://bundle/../../secret_file.txt...

### Context Currently, the dicom-image-loader relies on a bundler like Webpack or Vite to be correctly configured and identity the web worker and wasm files created. This doesn't work well...