Florian

Results 90 comments of Florian

@xgycc Version 3.5.3 is fairly old. Can you try a recent version (e.g. the latest 3.7.4) please?

That's what we (would) need to figure out. I see that in your stack trace, there's a mention of a class named `HSBigPhotoNewRebuildViewController`. Is this a class in your project?...

@ktoso Thanks for the insights you gave there! The approach `gsoc-baggage-context` takes, leads to a lot of new types that should actually be constants. Vapor 4 uses the same approach...

@ktoso I'm sorry that I haven't found time to take another look at this. And thanks for taking this on!

Just came across the same issue. Very simple reproduction case: ```swift import Foundation import TokamakDOM struct ContentView: View { @State private var uuids = Array() var body: some View {...

@carson-katri No, the fiber reconciler (both with and without dynamic layout) does not have this particular issue. Can't use that one unfortunately, because it has a bunch of other (layout)...

Can you guys try the latest `master` branch? #1357 is another candidate that might fix this.

Thanks for confirming. Then this is finally fixed.

@milseman Would `sendfile` (or maybe rather `copy_file_range`) be a candidate that could make it to this package? If so, I'd be happy to create a PR.

@milseman @lorentey Should I change this PR to _add_ the conformance (w/o marking it as unavailable)?