Ky
Ky
Thanks for clarifying, @stephencelis. Just remember that [Semantic Versioning](https://SemVer.org) (the [official, intended way](https://swift.org/package-manager/#importing-dependencies) to version Swift packages) leaves plenty of room for completely changing the API in the future. For...
I support this fully and find it appalling how this doesn't exist on any official client. They could even double it up like all the existing formatting (except inline code)...
Removing the closing slashes in empty elements isn't modernizing; that's actually an original HTML feature for back when every bit counted, and the world's fastest modem ran at 14.4Kbps; this...
Thanks, @Shawnjoseph2001! Just don't forget about Git's weirdness where it doesn't remove files ignored after they were committed; they still have to be manually removed.
Yeah, this is weird. I'm trying to debug this. Seems to be new as of Sonoma maybe? Stay tuned. Also currently working on a SwiftUI API so I wanna make...
`timeToLive` should at least be working right now. Can you try setting it to other values to see how long it stays on screen before disappearing? Your example sets it...
Thank you for the feedback! Will keep all this in-mind during the coming updates
I like that idea, @castdrian! Any thoughts on how it would know when to show the toast?
Oh wow that's definitely a bug! I'll see what I can do about this
Well this is concerning... [I have reproduced your issue](https://github.com/RougeWare/Swift-Lazy-Patterns/commit/a5a3f5018e0ebe3c20b8fab3d23fd0f7efa0e3f7) in Xcode 11.6, but not in Xcode 12 (Beta 3)... So maybe something changed between Swift 5.2.4 and 5.3? Gonna be...