Szymon
Szymon
Enjoy coffee! Thanks for your work :)
I see. What are the next steps in this case? >Change WebImage from a struct to a class. Hmm. internal memory management then? >Change the name of the target from...
Another thing I've noticed. frame modifiers for Spacers are not acting correctly. For example ``` Spacer().frame(minWidth: 400) ``` setting minimum value acts as setting frame for it. It always have...
Everything is captured here in this [branch](https://github.com/fatsandwichgames/wasm-website/tree/spacer-issues). Please use `var body: some View` from `ContentView.swift` file Uncomment Spacer code. and remove /comment other spacer to see difference In order to...
Another example: ```swift import TokamakDOM struct TokamakApp: App { var body: some Scene { WindowGroup("spacer dead") { ContentView() } } } // @main attribute is not supported in SwiftPM apps....
@MaxDesiatov sure. Will follow up on it and provide example in few days. Moving places right now. Have no way to pull out my computer. :/ Sorry for delay.
I think this will be enough Make sure you do have `someVeryLongString` equal to value of 1-2 pages A4 ``` GeometryReader { proxy in Text(someVeryLongString).frame(width: proxy.size.width) } ```
Another example: ``` import TokamakDOM struct TokamakApp: App { var body: some Scene { WindowGroup("Geometry jumps") { ContentView() } } } // @main attribute is not supported in SwiftPM apps....
Hi there! I might have similar issue. I have left vertical stack with items you can select and a detailed view to the right. However some details view are optional...
Whats is the status nowadays? Ho far are we from production readiness?