Yasuhiro Inami

Results 30 comments of Yasuhiro Inami

I added playground demos in https://github.com/linkedin/LayoutKit/pull/89. Please take a look at "Test" page that demonstrates the awkward animation when view gets added/removed. And, what I mean by "delay`purgeViews` so that...

FYI I recently released https://github.com/inamiy/Zelkova (LayoutKit + Redux-like state management support). It also includes animation demo that is simpler than https://github.com/linkedin/LayoutKit/pull/89.

I understand that adding more states for the intermediate layouts is the most certain way of making an animation. But that will require user side to do a lot of...

Yes, it's about restricting the crop box size to not become too long on one side! I don't have a clear image yet on how the UX will be like....

One another idea is to have a crop-box frame to have a 🟥 red color during `touchesMoved` so that users will be aware of invalid size but doesn't need to...

@fbartho Let's discuss in https://github.com/inamiy/Harvest-SwiftUI-Gallery/issues/1 . BTW just to answer: > both iOS & macOS -- is that a supported use case? `Harvest.framework` (core layer) supports macOS tests as well,...

Hi, can you `git submodule update --init` ?

Hi @fbartho , thank you for your feedback! 👏 TBH I haven't checked macOS until now, but I also noticed the same issues you reported in both Catalyst-based and non-Catalyst...

I figured out the reason. When increment button is tapped in `CounterExample`: ``` inputs: receive value: (input(Harvest_SwiftUI_Gallery_macOS.Root.Input.counter(increment))) inputs: receive value: (input(Harvest_SwiftUI_Gallery_macOS.Root.Input.changeCurrent(nil))) ``` Not only `.counter(increment)` is called but also unexpected...

cf. https://github.com/inamiy/Harvest-SwiftUI-Gallery/pull/18 Above PR will make more stable run on macOS Catalyst (Workaround).