Alexander Popov

Results 140 issues of 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...

enhancement

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...

feature

# 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....

bug

# 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 -...

bug

# 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...

bug

https://github.com/ruby/ruby/blob/trunk/lib/profiler.rb ![image](https://user-images.githubusercontent.com/6510020/117312288-98ac9100-ae8d-11eb-8bda-65dcf0013dad.png)

Format of this file looks simple. `fir` supports `.irb_history`, but what about `.pry_history`?