Jorik Caljouw
Jorik Caljouw
Nice to see `mpm` now supports macOS! However, I see some unexpected behavior regarding `destination` (at least for me after reading the doc and knowing the existing non-mpm installer on...
I see in the release notes section of MPM.md that the versioning system used for MPM has changed a few times: - First Semantic versioning from 0.5.0 (2021 December) -...
I am trying to use truststore on Mac OS X 10.11 (El Capitan). Both Python 3.10 and truststore would seem to work with this combination, but it is failing to...
I noticed this while trying to install MATLAB in a more hardened linux environment. Apparently it is a practice in Defense-In-Depth to disallow running executables from /tmp. And this is...
I believe macOS does some time consuming scanning of binaries when first running them, which makes using mpm interactively on macOS quite slow. Running mpm a second time is just...
In my user interface, I'm using a `wt.PasswordField`, but I can't use the [`focus()`](https://www.mathworks.com/help/matlab/ref/matlab.ui.figure.focus.html) function (since R2022a) to get the keyboard focus in the password field. Can this be somehow...