Dmitry Suzdalev
Dmitry Suzdalev
Here's another usecase. I want to perfectly center a "+" symbol vertically in a small `Box`. Here I have a blue `Box` and a `Text` inside it, which uses the...
Hello! This is a nice idea, thanks!
I'd like this to be implemented too. I will describe my use case. I want to **deserialize** json: ```json { "entryAction": "actionId", "customerRefs": "ref1", "allRefs": [ "ref1" ] } ```...
Oh, wait. `@Serializer` seems to fit this usecase! I hope it will make it out of experimental state then :slightly_smiling_face:
Yes, this must be done! :)
Also the above example is a pretty simplistic one. What about reacting to compose state changes to influence the scene? Or reacting to clicks in the rive scene to influence...
> So I would vote to think if we want to change our curren "auto-correct" from modify directly files to generate .patch files. > But I wouldn't implement that feature...
> No discussion regarding solution approaches for this issue has been started Actually my intention with the previous post was to try to start it :) I didn't know detekt...
Thanks, I'll study how ktlint does this (didn't think to look it up!). > Also I'm not sure how the diffs should look like. Personally I'd prefer a "one diff...
Very interesting! I've always been obsessed with UIs and now very interested in FRP, but have little experience, so this kind of articles help me learn :)