Matthias Viehweger

Results 84 comments of Matthias Viehweger

Interesting, that this is possible. what would be the benefit of this change?

@chillje I had the same problem until yesterday. I noticed that the postswitch-script was not running (or not running correctly). After updating from the apt-version (1.4) to a pip-installed version...

After seeing this and #1075, I would say: merge this PR first as it contains fewer questions (none, as far as I can see). Then you could use that as...

Same here, on Ubuntu 20.04: ``` > teletype new app /home/USER/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/tty-command-0.9.0/lib/tty/command.rb:54:in `initialize': wrong number of arguments (given 1, expected 0) (ArgumentError) ... ```

Interesting, I wasn't aware that the order matters (though it does make sense and is certainly preferable to full-blown dependency-mangement...). I will try to change the order in my global...

Well, I have stopped using the `kubectl`-plugin which removes all the shim-magic and therefore my problem. Turns out that I currently only need one version of kubectl, which I can...

Maybe this page helps: http://rubies.travis-ci.org/

Die Fehlermeldung enthält: ``` RSpec::Mocks::ExpiredTestDoubleError at /groups/954199476/people # was originally created in one example but has leaked into another example and can no longer be used. rspec-mocks' doubles are designed...

ich habe es so angepasst, dass nicht mehr kaminari nach der gesamtzahl der Seiten gefragt wird. Wenn eine Seite 0 Ergebnisse liefert, dann zeige ich die erste an. eine echte...