Lex Lopez
Lex Lopez
When using `skip export` the log is exported using a time formatting with colons ':' as `HH:mm:ss` when it should be using periods '.' `HH.mm.ss`. The result is that the...
I found an issue in the transpiled code. Declaring a variable or function in an extension for a `typealias` type will give the error `Unresolved reference 'stringValue'` when calling it....
I found that when using a function as the @AppStorage key the function fails to infer the enum type causing an error (case 1, when typing 'Tab.tag(.welcome)'). By typing 'Tag.welcome'...
In a transpiled app Skip simply converts the Preview macro to a comment. Can something similar be done in a native Swift app to avoid having to put #if blocks...