Pablo Hernandez-Cerdan
Pablo Hernandez-Cerdan
> I would like that it starts the kernel using the active virtual environment That's the only missing part that jupyter notebook does automatically but Magma doesn't. Magma only sees...
Hey @thewtex, what script/test are you using for testing the performance?
It will be super helpful indeed. Even if vim folds are not implemented, any hacky workaround would be good too. Thanks for nvim-dap-ui!
Thanks for the solution! If you have two monitors, the `RESOLUTION_X` will output two lines, one for each, I added `head -n 1` to select the first one (primary monitor)....
Thanks for raising this up. I cannot reproduce it locally in Linux. In Linux `/lib/cmake/ITK-5.4/Modules` contains the `ITKInternalEigen` cmake files: ``` ITKInternalEigen3Config.cmake ITKInternalEigen3ConfigVersion.cmake ITKInternalEigen3Targets.cmake ``` And `ITKInternalEigen3Targets.cmake` points to the...
Cannot reproduce in Windows either with master ITK, nor with v5.4rc02. All the files are there, and the demo project configures ok.
Maybe something specific to MITK?
build from scratch ``` cmake.exe --version 3.23.2 ``` Let me try with latest...
Ok, I can reproduce it with v3.28.1 in Windows
Good narrowing, I will have a look tomorrow. Pinging @mathstuf in case he can help from the top of his head on the changes from 3.28.0 to 3.28.1 that broke...