patANZx
patANZx
Pretty sure the crash occurs here: https://github.com/unsignedapps/Vexil/blob/6b8a039d4fffe105b717b08df3e8eb6b588e0ea3/Sources/Vexil/Sources/UserDefaults%2BFlagValueSource.swift#L43-L51 One way to stop the crash would be to use `nil` when `.boxedFlagValue.object == NSNull()`: ```swift if value.boxedFlagValue.object == NSNull() { set(nil, forKey:...
> I have noticed in extension UserDefaults: FlagValueSource method setFlagValue() that value is a ApplicationUserMode?? (note the double optional). The outer optional is non-nil as it contains the inner nil....
@huwr I'm guessing some more work would need to be done with the text editor to get it working fully. I haven't used it much but I remember having a...