Jevon Mao
Jevon Mao
Will verify all WatchOS(also possibly other less attended to platforms like tvOS) PermissionsSwiftUI APIs, against newest iOS 17
@drewg233 Definitely a valid feature to consider. The way I understand, you want an "easy way", like inlined button of some sort to reroute the user to settings view in...
This will probably not be fixed. This one problem of redirecting to Github has been going on all the way since 2016, and here we are, 2021, same exact issue.
@YOCKOW Does this need a fix? If so, can I look into opening a PR to address this?
@itingliu I added the proposal. Could you abbreviated review for this?
@YOCKOW Can you please take a look?
@kperryua I considered about that. However, that would involve some much more significant code logic refactoring, rewriting most of JSONWriter.swift to be like JSONScanner.swift. Another possibility is make depth start...
I think it is possible to further move the guard statements to top of the function? ```swift mutating func serializeJSON(_ value: JSONEncoderValue, depth: Int = 0) throws { guard depth...
@YOCKOW Additionally, while debugging I discovered another issue with the way error is propagated in `JSONDecoder` for the test cases. It casts any JSONError thrown as as "not valid JSON"...
@YOCKOW I'm not too sure either, looking at the Windows test outputs it says: ``` √ Test run with 0 tests passed after 0.010 seconds. ``` All the test also...