Tatsuya Kyushima

Results 59 issues of Tatsuya Kyushima

素晴らしいwebアプリを開発してくださってありがとうございます! 私自身毎週何かしらのスタンプをMEGAMOJIで作ってはSlackに追加しており、おかげさまで絵文字を生成するハードルがさがり絵文字を使ったコミュニケーションが大変捗っています。 前置きが長くなりましたがタイトルのような機能を取り込んでいただきたいと思っています。 取り込んでもいいと思っていただけるようであればPRを作らせていただきますので返信いただけますと幸いです!🙇‍♂️ 簡単ですが以下詳細です。 ## 課題感 毎回似たような設定値で絵文字を作成するのが面倒(背景色の透過・フォントなど) ## 解決策 絵文字の保存時に設定値をlocalstorageに保存し、ページ読み込み時にそこから設定を読み出す

Thanks to maintaining great neovim plugin! I added missing code block separator in `README.md`.

Thank you for useful plugin for ratatui!😄 I fixed a little typo.

https://github.com/trishume/syntect If this is fit for fzf-make, the https://github.com/kyu08/fzf-make/issues/124 and https://github.com/kyu08/fzf-make/issues/144 will be resolved. Since https://github.com/dustinblackman/oatmeal utilizes trishume/syntect, it might serve as a reference. https://github.com/dustinblackman/oatmeal/blob/858207ed5bce233aa9ce55a60fb958fc965b6c75/src/domain/services/bubble.rs#L83

UI

https://docs.brew.sh/Acceptable-Formulae#niche-or-self-submitted-stuff In the future, when fzf-make is famous, I will submit PR to brew. 😇 > The software in question must: > > be maintained (i.e. the last release wasn’t...

documentation

# As Is When the main pane is in focus and Ctrl+A is pressed, not only does the cursor in the input pane return to the beginning, but the selection...

bug 🐛

This occurs randomly. https://github.com/kyu08/fzf-make/assets/49891479/ece4f008-9f15-40c3-990d-631883c6ed47

bug
UI

maintenance 🧹

- https://github.com/kyu08/fzf-make/issues/144 - https://github.com/kyu08/fzf-make/issues/151 - https://github.com/kyu08/fzf-make/issues/156 - https://github.com/kyu08/fzf-make/issues/162

documentation 📓

## Overview Execute multiple targets like `make build && make test` within fzf-make. ## UI Select multiple targets and un-select by pressing `tab`.

enhancement 🛠️