Erik Dannenberg

Results 8 issues of Erik Dannenberg

Currently `ARG_OPTIONAL_BOOLEAN` is displayed like so: ``` $ ./foo.sh --help foo! Usage: ./foo.sh [--(no-)no-deps] -n,--no-deps,--no-no-deps: some description ``` With many of those the negating `(no-)` text adds a lot of...

bug
enhancement

Currently argument variables are initialized like this: ```bash # THE DEFAULTS INITIALIZATION - OPTIONALS _arg_print=off _arg_foo_option="boo" ``` This is problematic when using sub-parsers, as optionals that were already parsed by...

enhancement

A few minor proposals that would smooth out `argbash` integration as described in #1. Didn't want to spam x issues and it's all a bit related. --- #### Problem: I...

As you probably all noticed, Kubler has been in maintenance mode for quite while now. In part because there was a lot going on in my life these past couple...

help wanted
question

This [commit](https://gitweb.gentoo.org/repo/gentoo.git/commit/eclass/user.eclass?id=01eb3f7d7e1d897aefeab941326670e74512a0cb) breaks the build for uncached packages that create users/groups. Problems: * While the user/group is now created at the right location it will fail the build if the...

bug

Full context: #99 >@berney said: I think my algorithm I stated above should work for emerging correct packages with working soname dependencies whislt trying to minimal wasted time rebuilding packages...

enhancement

Our docker images don't have bash so `scheduler_cron.sh` fails. AFAIK `sh` should always be available.

**version** 1.3.188 **platform** Gentoo Linux - amd64 **problem** Gentoo supports multiple Java installations, both system-wide and for users. A simple Bash script serves as a wrapper for Java that resolves...