Takashi Masuda

Results 5 issues of Takashi Masuda

**Updated RubyGems:** * [ ] [faraday](https://github.com/lostisland/faraday): [`1.10.0...2.4.0`](https://github.com/lostisland/faraday/compare/v1.10.0...v2.4.0) * [ ] [faraday-net_http](https://github.com/lostisland/faraday-net_http): [`1.0.1...2.1.0`](https://github.com/lostisland/faraday-net_http/compare/v1.0.1...v2.1.0) * [ ] [octokit](https://github.com/octokit/octokit.rb): [`4.22.0...5.1.0`](https://github.com/octokit/octokit.rb/compare/v4.22.0...v5.1.0) * [ ] [regexp_parser](https://github.com/ammar/regexp_parser): [`2.3.1...2.5.0`](https://github.com/ammar/regexp_parser/compare/v2.3.1...v2.5.0) * [ ] [rubocop](https://github.com/rubocop/rubocop): [`1.28.2...1.32.0`](https://github.com/rubocop/rubocop/compare/v1.28.2...v1.32.0) * [ ]...

helm-github-stars.el can update the cache file `helm-github-stars-cache-file` automatically. But it's a synchronous process and takes time. ```lisp (setq helm-github-stars-refetch-time 0.5) ``` I can do it asynchronously using [async.el](https://github.com/jwiegley/emacs-async). async.el evaluates...

improvement

**Updated RubyGems:** * [ ] [addressable](https://github.com/sporkmonger/addressable): [`2.8.0...2.8.1`](https://github.com/sporkmonger/addressable/compare/addressable-2.8.0...addressable-2.8.1) * [ ] [faraday](https://github.com/lostisland/faraday): [`1.10.0...2.5.2`](https://github.com/lostisland/faraday/compare/v1.10.0...v2.5.2) * [ ] [faraday-net_http](https://github.com/lostisland/faraday-net_http): [`1.0.1...3.0.0`](https://github.com/lostisland/faraday-net_http/compare/v1.0.1...v3.0.0) * [ ] [octokit](https://github.com/octokit/octokit.rb): [`4.22.0...5.4.0`](https://github.com/octokit/octokit.rb/compare/v4.22.0...v5.4.0) * [ ] [parser](https://github.com/whitequark/parser): [`3.1.2.0...3.1.2.1`](https://github.com/whitequark/parser/compare/v3.1.2.0...v3.1.2.1) * [ ]...

例: ``` [[Draft] hogehoge](https://example.com) ↓ [\[Draft\] hogehoge](https://example.com) ```

GitHub の Credential を `$ github-nippou init` で `~/.config/git/config (or ~/.gitconfig)` に書き込むのは、誰かにその設定ファイルを共有した時、漏洩してしまう観点から良くなかった。 `~/.config/github-nippou/config.yml` などの独自設定ファイルに移す。peco が参考になるかも。 https://github.com/peco/peco/blob/v0.5.11/config.go#L181-L222 > // Try in this order: > // $XDG_CONFIG_HOME/peco/config.json > // $XDG_CONFIG_DIR/peco/config.json (where XDG_CONFIG_DIR...