Michael
Michael
Refactors `identifier_name` to use the newer `SwiftSyntaxRule` protocol to enable a new option to disable minimum variable length within short closures. Basically, I want to be able to make these...
I say all this with a great desire to use the project, and a decent amount of confusion to get it up and running, with the greatest amount of respect!...
Is it possible to use the sourcekitten framework in an app submitted to the App Store? Obviously, App Store apps need to be sandboxed. Unfortunately, simply turning that on doesn't...
Believe it or not, IE breaks the controls. Turning down font size (apart from where it's explicitly turned back up) fixes it.
I was thinking about making a contribution to provide parent directory management within Archive itself, instead of just when using the FileManager extension. Basically, I envision adding a `parentDirectory: String?`...
I ran into a few issues that weren't easily googleable and therefore required a decent level of troubleshooting to discover, so I updated the docs to help others overcome these...
So far, the following sample code has failed in two separate projects for me: ```swift let a = "asdf".count let b = UInt8(a) ``` Compilation appears to succeed, but fail...
I don't know if this is supposed to be obvious or anything, but I just wanted to share that I've tested and ran swift code on an esp32c3, even tho...
I've found that I'm able to `print` via Swift on my esp32c*, but I cannot figure out how to read serial input. Is this built into Swift at all, or...
### Describe the issue A migration configuration is causing a crash ### Vapor version hummingbird-main branch 56336d7 ### Operating system and version macOS 14.5 (23F79) ### Swift version swift-driver version:...