tazjin
tazjin
This should be relatively simple to fix. Currently I believe the tarballs we create contain no explicit entry for `/`, so adding that and setting appropriate permissions on it should...
Clarification question: Are you sure this only needs the permissions set on `/` itself? I'm asking because from the `singularity build` docs it sounds like it's giving root write permissions...
Hey! Thanks for reporting this, I believe this also falls under #58 (i.e. creating an FHS symlink layer instead of the current plain one). Considering that there are now several...
Hey! Thanks for reporting this. On the backend side, this seems to be the related error: ```json { "cmd": "shell/texlive.combined.scheme-full", "eventTime": "2020-03-03T14:24:32.791053488Z", "message": "[nix] building of '/nix/store/yb3np3i058s19nwnx3r05bp58hz4ia7y-texlive-combined-full-2019.drv' timed out after...
I'm testing this at `43ab8e86ca633cd144a5a79767fcc00f305f6ef0` and there's several *thousand* derivations that need to be built which aren't in the cache for this set of packages. I'm not sure why this...
FWIW the instance with that commit is running at `37-dot-nixery.appspot.com`, I'm gonna look into this more later.
This is required for cases where a concrete combinator type must be named for whatever reason (e.g. during a trait implementation where there is nothing else to "attach" a type...
Confirm that @tracefinder's PR fixes this for me. Maybe if the project is (temporarily?) unmaintained, we should adopt patches into a fork until the maintainer is either back or something...
> Does the issue persist? Yep, it looks like XIM is no longer supported in either browser. I've switched to a set of key bindings for changing the X11 keyboard...
There's a bunch of bug reports about this, and a bunch of patches (some in `master`) that fix this for some people. See for example: #889, #924 Maybe one of...