Ben Rexin

Results 29 comments of Ben Rexin

using this monkey_patch for now: ``` module K8s class Config def with_current_context(name) found = contexts.find{ |context| context.name == name } raise K8s::Error::Configuration, "context not found: #{name.inspect}" unless found new(@attributes.merge(current_context: name))...

Feel free to provide a {merge,pull} request to change the behaviour :)

#206 adds support for plain and xml output. @sterankin ```bash bundle-audit check || true ```

Running `be rspec spec/integration/ --format documentation --format Rswag::Specs::SwaggerFormatter` will run the tests, and additionally generate the swagger doc. it seems the --dry-run option is not necessary, as the specs wont...

@kevinluo201 when i remember correctly, and it's quite a while ago, the task definitivtions where quite clear about this. So in the end i read the code. :)

Same problem here, but we only use minitest for our testsuite, so rswag is the only one introducing the rspec dependency - which then kills our minitest suite. I also...

this is not really related to hugo-book, but a general CSS "Problem". But let me stackoverflow that for you: https://stackoverflow.com/questions/16451553/css-data-attribute-new-line-character-pseudo-element-content-value

according to https://caniuse.com/css-line-clamp it should work in all modern browsers.

Doesn't Gitlab require Token authorization (instead of Password) when 2FA is enabled?

by comparing `atuin init zsh` and `atuin init zsh --disable-up-arrow` it looks like the keybinding for up-arrow is skipped as described by the option. `eval "$(atuin init zsh --disable-up-arrow)"` in...