stackotter
stackotter
*When I said Elixir, I meant Phoenix, a web framework for the Elixir programming language
Just realised that even if we use the Phoenix approach to keep app logic private on the server, we'll end up needing to run the layout system stuff client side...
On mobile there’s still at least the distinction between DocumentGroup and WindowGroup with SwiftUI, and I think you can kinda use Windows for top level sorta routing? On mobile, scenes...
That’s great to hear! The formation of the Android workgroup is quite exciting. Yeah I’m using swift-java via colemancda’s [AndroidKit](https://github.com/PureSwift/Android). I was originally doing JNI stuff manually cause it was...
Yeah I had a quick poke around at that code. It helped me see how to use AndroidKit a bit even though Tokamak and SwiftCrossUI work quite differently under the...
I have tested SwiftCrossUI on Windows 11, and it worked for me. But let me know if it doesn't work on your end
Alternatively, we could update all AppBackend methods to be throwing and then emit failed casts as errors. That would allow for central handling of such errors. One use case for...
After some thought, I believe that on non-Apple platforms, the only option is for us to provide a custom build of SwiftPM that amends the Swift Syntax prebuilts support to...
#84 is a sub-issue of this. It covers the `in:` parameter part.
## SwiftUI's handling of ideal width VStacks It appears that SwiftUI doesn't reuse its original height proposals. Once it has determined a width it'd like to use for the VStack...