-
Discussed Pluggable Markups by RafaelPalomar · Pull Request #5349 · Slicer/Slicer · GitHub
- use of
QSignalMapper
does not seems possible, if after reviewing this small example it is still not possible, we will use of lambda. - related discussion: use of class hierarchy to distinguish between specialization of markup does not scale well
- use of
-
sharing context between viewer
- GPU has memory limit and requires to transfer data back and forth whereas multi-threading on CPU scale better
-
Ubuntu build error
- issue building on Ubuntu 20.10
- create a PR adding latest version of Ubuntu to dockbuild. This will allow to reproduce. See GitHub - dockbuild/dockbuild: Compiling environments in Docker images. (@RafaelPalomar may be able to help)
-
SlicerJupyer
- issue related to zmq. See Is SlicerJupyter broken on macOS due to argon2-cffi (again?) - #17 by Sam_Horvath
- VTK 9 related error (
error C3646: 'VTK_OVERRIDE': unknown override specifier
)