Fujii Yosuke

Results 9 issues of Fujii Yosuke

I found a restart mode bug. If we use restart mode, `isPlaying()` function show a strange behavior. This is a sample code. ```js var sound; function preload() { sound =...

- コードコメントを増やす - ドキュメントを拡充する

documentation
good first issue

- 思いついたらテストを書いておく

enhancement

- 原因の特定含めとりくむ

help wanted

- これが原因でdidSetでaddNeumorphismを行うとinsertでviewがセットされなおす判定になるらしく(?)無限ループになるみたい - AutoLayoutと共存させるにはdidSetもしくはviewDidAppearで書く必要がある - これらを解決するにはshadowViewを保持して余分なものを追加しないようにするしかないがあまりきれいじゃないのでどうするべきか

help wanted

**Idea Description** I implemented LicenseList plugin in #479 , and offered support of SPM in https://github.com/cybozu/LicenseList/issues/4 . And now, LicenseList officially supported BuildToolPlugin. So we should replace it. **Reference images...

welcome contribute

I tried to rewrite LiveTranslationFeature into TCA (aligning it with the architecture of other features). And also add #93 and #95 features. https://github.com/user-attachments/assets/52bed38c-6e57-46ca-ad37-94bac3c41b00 I found an issue where the simulator...

In iOS 18, tapping the current tab causes the scroll position to move to the top. For almost all views, this behavior is good, but on the Live Translate Tab,...