Takafumi ONAKA
Takafumi ONAKA
https://github.com/x-motemen/git-pr-release/actions/runs/4094225298/jobs/7060251262 > fatal: detected dubious ownership in repository at '/__w/git-pr-release/git-pr-release'
```ruby ascii = { "a" => 1, "ab" => 2, } fullwidth = { "あ" => 1, "あい" => 2, } ``` ``` $ rubocop --only Layout/SpaceAroundOperators -D hoge.rb Inspecting...
Current algorithm of popular article has a problem that older articles come higher. ```ruby scope :popular, -> { where(publish_type: 2).order(stock_count: :desc, view_count: :desc) } ``` I want to add **recently...
## What Automaticaly update the latest version of gems. It is useful to know it is up to date. current: The newest version used in the registered project in gem_collector....
### Describe the change When wrapping lines, reset the insertion index of carried-over ANSI codes to 0 so that they are always applied at the start of the new line....