Alexander Popov
Alexander Popov
### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...
Hello. I'm switching to `toys` from `rake`. And there is in `rake` `sh` command prints executing command itself, like: ```ruby sh 'git status' # > git status # On branch...
Hello. I want to define option with a processing in specific cases, like: ```ruby required_arg :new_version, accept: (lambda do |value| case value when 'major' "#{Integer(current_version.split('.').first) + 1}.0.0" else value end...
Hello. I use `Toys::Template`. It's a good way to create gems with a set of toys tools which can be expanded. But it's hard to configure: you have to receive...
# Description It'd be nicer to have a more handful confiuguration. # Context ## Current configuration ```yaml only: ($CIRRUS_BRANCH == 'master') || changesInclude('Gemfile', 'Rakefile', '.rspec', '**.{rb,yml}') ``` ## Wished configuration...
# Expected Behavior I want to open different projects from the left sidebar on cirrus-ci.com in new tabs by clicking via middle mouse button on them. # Real Behavior Nothing....
# Expected Behavior Home page of cirrus-ci.com opens in a new tab by clicking via middle mouse button. # Real Behavior Nothing. # Related Info - [x] Website issue -...
# Expected Behavior I want to open sections like "Settings" on cirrus-ci.com in new tabs by clicking via middle mouse button on them. # Real Behavior Nothing. # Related Info...
https://github.com/ruby/ruby/blob/trunk/lib/profiler.rb 
Format of this file looks simple. `fir` supports `.irb_history`, but what about `.pry_history`?