lindt

Results 7 comments of lindt

/bin/sh is on my system a link to /bin/bash opensuse default, i guess. once i clink 'ubuntu /bin/sh', then '/bin' is detected as volume and mounted into the container. (--volume...

I've mc installed. it comes with the multi line 'BASH_FUNC_mc%%' ENV. shell way for producing multi line environments could be the following. ``` bash #!/bin/sh TEST="$(cat

yeah. pityful the cnf-handler does not help here. I also just can think of two workarounds. 1.) add a list of "trusted" Registries to search for. ``` plantuml --> cnf...

just want that yaml-comments are somehow respected in the data structures, want to be able to read a yaml file with comments without just skipping the comments and also to...

this bug prevents drepl from being usefull in jupyterd.

I guess it's the outdated rust compiler on ubuntu 16.04. the first error: ``` /root/.cargo/registry/src/github.com-88ac128001ac3a9a/goblin-0.0.5/src/elf/dyn.rs:441:74: 441:83 error: the type of this value must be known in this context /root/.cargo/registry/src/github.com-88ac128001ac3a9a/goblin-0.0.5/src/elf/dyn.rs:441 DT_RELA...

rust 1.14 works well. the ubuntu default one was just way too old. qtsvg was also missing, so added this just now. One reason more for having a Dockerfile? The...