Phil

Results 4 issues of Phil

Hi, if I use this code in Xcode 15 ``` let sdefaults = SecureDefaults(suiteName: "a") if !sdefaults.isKeyCreated { sdefaults.password = UUID().uuidString } sdefaults.set(password, forKey: "libre-direct.settings.password") sdefaults.synchronize() ``` I get quite...

Hi, I have a problem that I cannot figure out or find an explanation on the net. I use the iOS version. For example for the ECU `EVC-HCM-VCM` I get...

**Describe the bug** Buttons for zoom, energy calibration, display options not working on ubuntu. They do nothing. **Peakaboo Version** 6.0.0 **Logs** Please attach any logs available from Menu > Logs...

Very strange, since one month or so I get a few crash reports via Xcode. It looks like in SecureDefaults.swift:81 it find nil. However in SecureDefaults.swift:79 the app should already...