Results 217 comments of Max Desiatov

To fully clarify, just making sure that `CGAffineTransform` and `Foundation.AffineTransform` are equivalent on all platforms both from API perspective (this would be confirmed by the plain build not failing on...

Is there anything available on bugs.swift.org or a radar for `inverted()` incorrectness? Maybe we should also submit a PR to upstream Foundation?

I'd warn against relying on Tokamak for production apps on Linux, our GTK renderer is at experimental early stage of development at the moment.

This is something we could consider, although I'm wary of spammy PRs. Would you be able to link to the participation rules for repositories? I'm not able to find any...

Thanks, I've added the repository to the topic and added labels to a few issues. Also created a simple `CONTRIBUTING.md`. Let's see how it goes 👍

@carson-katri could we expect any improvements in this as a result of your work in #472?

Hi @curveddesign, thank you for checking it out. Tokamak apps in their basic form require only static assets, which you can host with any server that supports hosting static files...

To answer your specific question about Docker, I'd personally recommend [the `nginx` image](https://hub.docker.com/_/nginx), check out the "Hosting some simple static content" section in their guide, and just copy the generated...

Thanks for checking out the blog posts, I really appreciate it! I assume you've tried vanilla SwiftWebUI with `swift-request`, as there's also [a WebAssembly fork of SwiftWebUI](https://github.com/carson-katri/SwiftWebUI). Most probably it...

Yes, it would be great to know where the WebIDL specs come from, as I'd like many more APIs covered eventually, IndexedDB, WebGL (WebIDL for this one is maintained together...