Christos Tsolakis
Christos Tsolakis
### Describe the bug, what's wrong, and what you expected. Volume rendering in interactive examples does not work. Talking with other developers from Kitware there is a suspicion that it...
### Describe the bug, what's wrong, and what you expected. Possible limitation of vtk-js. ### Steps to reproduce the bug. ``` .. any examle from the documentation p.enable_shadows() p.show() ```...
Hi ! I noticed that `delvewheel` will inspect only `*.pyd` files for dependencies while `auditwheel` goes through all the `*.so` files in the wheel. Looking at the `delvewheel` code it...
## Summary This PR completes the work of @andrewcombs and @c-wetterer-nelson from #3444 by adding a docker image that includes ParaView and can be used for testing. It also adds...
Possible solution for #180
It looks like the c++ standard is ignored if provided via the `cflags` when using MSVC The example below fails in MSVC but success with gcc (`10.5`): ```python from pygccxml...