MOGI Hiromu
MOGI Hiromu
Fix the issue https://github.com/k2nr/ViChrome/issues/67. This PR works in Chrome 54 for now. ## Summary * `KeyboardEvent.keyIdentifier` is deprecated in Chrome M54. Use `KeyboardEvent.key` instead. * `KeyboardEvent.key` returns the charcator you...
Fix https://github.com/torbjon/octicons-rails/issues/5 I believe this gem works without modification in rails 5. (But bundled `octicons` version is old)
## The reason why I create this PR Recently, updates https://github.com/aki017/slack-api-docs/commit/1ac07b4a9902bb1386d46ddaf484e754c6290429 by `aki017/slack-api-docs-generator`. But [aki017/slack-ruby-gem](https://github.com/aki017/slack-ruby-gem) does not follow the latest [aki017/slack-api-docs](https://github.com/aki017/slack-api-docs/). So if you execute `rake api:update`, creates too many...