Lukas

Results 37 comments of Lukas

I think you should reconsider this. The margins look very weird/out of place to me. If you want to keep the empty line on top, there should be and empty...

Yes! FLAC support would be aweseome!

@shial4 yes, i did add support for appearance actions. I think I'll include some explicit tests for those as well.

Okay, so in checking out what i thought should result in reordering I noticed I misunderstood the effects of `.id(_:)`, so I corrected that and added a number of tests....

I could not come up with a way the bits of code in `ReconcilePhase` could be reached, so i removed them. For the other two, I think creating issues after...

`_onMount` and `_onUnmount` use `_AppearanceActionModifier`, so they should work already, although they're kinda redundant i guess. When exactly would `_onUpdate` be called?

Okay so I've had a play with `_onUpdate`, and also with when/how often Tokamak/SwiftUI call views' `body`, and I think it might not be a good idea to keep the...

I think this is ready for review now @carson-katri.

I did a little bit of digging, and I think the underlying issue here occurs when the view a fiber represents changes between one not being represented by an element...

I think project-specific configuration would be very useful, too. My use-case for that is the following: I develop an app that has all it's business-logic in a separate library, integrated...