Lex Lopez

Results 14 issues of 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...

cli

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....

transpilation

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'...

transpilation

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...

transpilation