Marko Bogdanović
Marko Bogdanović
According to docs, `sem get pipeline --follow` should repeatedly check pipeline until it reaches terminal state, however it doesn't behave as such. https://docs.semaphoreci.com/article/53-sem-reference#the-follow-flag-example
One of our customers reported an issue after struggling to set up a secret from file which has spaces in its path. Possible workaround: Move or copy the file to...
This is based on one customer question how to verify if latest version is being used. We could print some warning message if there is new version available.
The issue is in this part: https://github.com/renderedtext/test-boosters/blob/master/lib/test_boosters/shell.rb#L11-L24 Sometimes 0 is being returned for `$?.exitstatus` but `$?.exited?` returns false.
Hey, I wanted to try this out but after install, with any `fuku` command I get the following error : ``` /home/vagrant/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems/specification.rb:2158:in `method_missing': undefined method `this' for # (NoMethodError) from...
Hi :) We have been using mock library in all of our elixir tests and it's been great. However we wanted to make our tests more elegant and readable by...