Results 165 issues of Max Desiatov

https://twitter.com/vernalkick/status/1278032948101603330 See also, the "More CSS Additions" section of [New WebKit Features in Safari 13.1](https://webkit.org/blog/10247/new-webkit-features-in-safari-13-1/).

enhancement

I've been thinking about CSS-specific styles that one might want to add to further customize generated styles, somewhat similar in principle to the `HTML` view that allows injecting arbitrary HTML....

enhancement

This probably would be too big for README.md and we can't auto-generate it yet.

documentation

It would be great if Tokamak supported rendering to a static HTML string without requiring DOM access, similar to what [React already can do](https://reactjs.org/docs/react-dom-server.html) (and numerous other JS libraries probably...

enhancement

I don't know how hard would it be to provide 5.2 images, and definitely I wouldn't expect 5.3 nightlies to be uploaded regularly, but at least it would make sense...

Property wrappers could be a great fit to replace the `DynamicNodeEncoding` API. E.g. ```swift struct Tag: Codable { @Element var element: String @Attribute var attribute: String } ``` would be...

enhancement

Combine tests were temporarily disabled in #132 until Catalina, which supports Combine is released and available on Azure Pipelines.

work in progress

XMLCoder should have publicly visible docs for its API. First option to consider for auto-generated docs is [Jazzy](https://github.com/realm/jazzy). Generated docs could be published with GitHub Pages.

This would allow us to remove `.xcodeproj` and to avoid conflicts as mentioned in #19. This would probably require moving benchmark baselines to a separate directory and to add a...

**Is your feature request related to a problem? Please describe.** Calling `shutdown()` on an `Application` instance from a route handler or a WebSocket handler leads to this assertion: ``` Precondition...

enhancement