Christian Höltje

Results 225 comments of Christian Höltje

I was thinking about it on the way home. It can't just be an RPATH problem or brew uninstall would fix it. And brew installing gecode afterwards would break it....

On my home laptop, I get: ``` bash $ otool -L /usr/local/var/rbenv/versions/2.0.0-p451/lib/ruby/gems/2.0.0/gems/dep_selector-1.0.2/lib/dep_gecode.bundle /usr/local/var/rbenv/versions/2.0.0-p451/lib/ruby/gems/2.0.0/gems/dep_selector-1.0.2/lib/dep_gecode.bundle: /usr/local/var/rbenv/versions/2.0.0-p451/lib/ruby/gems/2.0.0/gems/dep-selector-libgecode-1.0.0/lib/dep-selector-libgecode/vendored-gecode/lib/libgecodesearch.32.dylib (compatibility version 32.0.0, current version 32.0.0) /usr/local/var/rbenv/versions/2.0.0-p451/lib/ruby/gems/2.0.0/gems/dep-selector-libgecode-1.0.0/lib/dep-selector-libgecode/vendored-gecode/lib/libgecodeminimodel.32.dylib (compatibility version 32.0.0, current version 32.0.0) /usr/local/var/rbenv/versions/2.0.0-p451/lib/ruby/gems/2.0.0/gems/dep-selector-libgecode-1.0.0/lib/dep-selector-libgecode/vendored-gecode/lib/libgecodeint.32.dylib (compatibility version...

By hard fail you mean something like a `Chef::Application.fatal!`, right? The report handlers would still run? Because that seems fine to me. After all, I'd rather have Chef tell me...

It would be nice, even in non-fullscreen mode, to have the topic floating at the top of the channel window....

I ran into this earlier today and was expecting "Add the repository automatically". I would have also accepted... - Add the repository as a read-only repository that then requires a...

And the VIM page up/down as well: ```yaml keybinding: page-up: pgup,ctrl+u page-down: pgdn,ctrl+d ```

>Looks like `dive` does **NOT** support bindings without modifiers. ... ~~FTFY~~ Fixed!

At the moment, I want to avoid _any_ command line parsing because: - It adds extra work to security audit the code. - It makes it more likely that the...

Oh, BTW: There is a `timeout` command in UNIX already. Here's your example with `timeout`: ```sh ❯ chronic timeout --preserve-status 2 bash -c "echo 'out'; echo 'err' 1>&2; sleep 5"...

From [FontConfig issue 250](https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/250) > Please simply remove those elements and also keep config files updated and/or use the same version of fontconfig on the system. > ... > As...