Results 165 issues of Max Desiatov

I think to match some of SwiftUI's `Image` modifiers we'll need to implement the internal storage as an `AnyTokenBox`. Then once we add support for things like template images we...

SwiftUI compatibility

As reported by our user @rbartolome, the binding in this code doesn't work: ```swift struct PickerTest: View { @State private var selection: String = "" let items: [String] = ["Item...

bug

In the light of a possible performance regression in https://github.com/TokamakUI/Tokamak/pull/281 it's definitely time to have performance testing set up on CI. In addition to some isolated tests, maybe we could...

continuous integration

If you open [the todo example](https://tokamakui.github.io/tokamak-todo-example/) in Safari you'll notice that it sticks to the top, while it's properly centered in all other browsers on macOS. When you remove the...

bug

The main use case would be in modifying the `` value and adding styles/scripts declaratively with support for the `TokamakStaticHTML` renderer. I'm more inclined towards adding the `HTMLHead` type conforming...

enhancement

`TokamakStaticHTML` currently doesn't render these `Color` values correctly even though Safari does support this color space

bug

`swift test` can only run on macOS currently as it uses upstream Combine there, while my fork of OpenCombine doesn't support Linux yet.

test suite

This would allow an arbitrary app compatible with TokamakDOM to be rendererd to a static HTML. This is a prerequisite for working [hydration](https://reactjs.org/docs/react-dom.html#hydrate) of static HTML to allow seamless integration...

enhancement

I imagine this could work similarly to React dev tools. Just evaluating the mounted components tree and matching those to rendered DOM elements would already be useful. I didn't look...

enhancement
API design