Results 217 comments of Max Desiatov

A few of my candidates: * https://github.com/AppPear/ChartView * https://github.com/pointfreeco/swift-composable-architecture

We could use something like https://github.com/JohnSundell/Splash/pull/92 for syntax highlighting.

Your Foundation patch has landed in Swift 5.7, so I hope we'll be able to update the PR later this year when that Swift version and its corresponding SwiftWasm version...

You sure you're using the latest `carton`? That would detect stack overflow errors with our new sanitizer. I wonder if this is a stack overflow we investigated in https://github.com/TokamakUI/Tokamak/issues/367. Maybe...

> > This does appear to be the same issue as #338. I get the error if the target is named `MyApp`, but not if it is named `TokamakApp` instead....

@j-f1 yes, I think I'd prefer the latter React-Router-inspired approach, otherwise I'm not sure how to make relative URL composability work from points 3. and 4. I mentioned in the...

As far as I understand, it would satisfy all the requirements from the original post, this is amazing! 👏

I wonder if it would make sense as a separate package in a separate repository so that SwiftUI people could use it without adding a dependency on Tokamak? It would...

Please feel free to create a separate repository under you account in the meantime. I'll transfer the main Tokamak repo to that org and set up the permissions later next...

Just stumbled upon [this routing code](https://github.com/pointfreeco/swift-parsing/blob/346fbdcb793c4baa845ca44664ed20f719a7d83b/Sources/swift-parsing-benchmark/Routing.swift#L20) from the parsing library by the Point-Free folks, seems like an interesting alternative to `Codable`...