Someone

Results 59 comments of Someone

Actually, I think d-bus and polkit still work (it's not quite chroot after all), at least I've just tried running `d-feet` from this sort of a namespace and it didn't...

One good thing about `load` is that it might be familiar to some users from [`module load`](https://lmod.readthedocs.io/en/latest/010_user.html)

Result of `nixpkgs-review pr 192560` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review) 8 packages built: napari (python310Packages.napari) python310Packages.magicgui python310Packages.napari-npe2 python310Packages.psygnal python39Packages.magicgui python39Packages.napari python39Packages.napari-npe2 python39Packages.psygnal

``` ❯ ./results/napari/bin/napari Traceback (most recent call last) ... from numpy.core._multiarray_umath import ( ModuleNotFoundError: No module named 'numpy.core._multiarray_umath' ... Importing the numpy C-extensions failed. This error can happen for ......

Hi. What prevents us from allowing `ndarray`'s and streams as `add_artifact` arguments? That would've sure solved the naming issue as we wouldn't have any names and also having to dump...

Are you building from `0.5.1` tag? It has CXX STANDARD forced to 11 and your ceres uses features from c++14

Oh, but I don't think the error message has been fixed? At least the linked file hasn't been updated

Hmm. I've just re-checked, I'm getting a message about the "elm compiler", not elm-test. Maybe something _has_ changed since 2.3.0

Thank you @lydell! Given that I do not have a dev environment set up for elm-language-server, what would be the easiest way to verify your ENOENT hypothesis?

Confirm. 1. Archlinux, `java-10-openjdk` 2. Download `boot.sh` 3. ..., `Caused by: java.lang.ClassNotFoundException: sun.misc.Launcher$ExtClassLoader` 4. Switch to `java-11-openjdk` 5. ..., `Caused by: java.lang.ClassNotFoundException: sun.misc.Launcher$ExtClassLoader` 6. Switch to `java-8-openjdk` 7. Works fine