Results 217 comments of Max Desiatov

I found a regression in `carton test`, which was related to bugs in recent 5.3 toolchains. I just need to verify that it's fixed, and then maybe after I squeeze...

Great news, `carton test` works well now with `wasm-5.3-SNAPSHOT-2020-09-25-a` snapshot, so swiftwasm/carton#112 is the only release blocker left. Working on it now...

`carton` 0.6.0 is now available on Homebrew, but you'll need to wait for https://github.com/TokamakUI/Tokamak/pull/281 to be merged. This new version of `carton` ships with new JavaScriptKit runtime, which isn't compatible...

Thanks for pointing it out, we've put some effort into improving documentation recently, but I admit there's a lot of work remaining on that front. JavaScriptKit doesn't provide bindings for...

@curveddesign You can see an example of `fetch` usage [in this PR](https://github.com/swiftwasm/OpenCombineJS/pull/1/files#diff-af8d8edc88dfc74a5c923be2d3ec7cfe) to our new OpenCombineJS library. It fetches `https://httpbin.org/uuid` URL every 2 seconds and displays the result with current...

This is spot on! I think as soon as #204 is merged we can start using [SnapshotTesting](https://github.com/pointfreeco/swift-snapshot-testing) and compare HTML/CSS output with stored expected snapshots of those. In the future...

PDF is a pretty complex format, would rendering to HTML and then converting to PDF from that be a reasonable workaround in the meantime?

On iOS/macOS there's an API that allows rendering arbitrary `UIView`/`NSView` to a PDF, either of those could host a SwiftUI `View` then. On other platforms something like [html2pdf.js](https://github.com/eKoopmans/html2pdf.js) could work,...

Looks like there's a way to tailor for the current Dynamic Type setting, [at least in Safari](https://useyourloaf.com/blog/using-dynamic-type-with-web-views/).

Thanks for pointing me to size classes, I've created a separate issue for it: #152