Rico Becker
Rico Becker
I didn't recognize the @ObservedObject property wrapper in the View inside the examples and was wondering how to get my values updated. After fiddling around with the syncGet and syncSet...
Add a library for parsing the markdown into an attributed string.
When changing layout or color scheme inside app settings the new value gets reverted immediately after setting. https://github.com/TelemetryDeck/Issues/assets/155457/b2a11d76-b3ae-4958-9b33-8423db6a8ccc
The current toolchain (org.swift.59202403131a) throws an error in Game.swift:1:1: error: Access level on imports require '-enable-experimental-feature AccessLevelOnImport' so this has to be added to the package definition.
Adds a framework with shared scheme to be build with Carthage.
Using this great library I found a bug when using the escape sequences: ```lldb (lldb) po type ANSIEscapeCode.EraseInDisplayType.entireScreen (lldb) po type.hashValue 1895992834708573398 (lldb) po "\(esc)\(type.hashValue)J" "1895992834708573398J" ``` Hash values do...