Justin Kühner

Results 10 issues of Justin Kühner

The new Swift Syntax for animations would be: `[UIView .animate(withDuration: 1.0, animations: { self.progressBar.value = 55.f })]`

I am using 0.5.0-dev2 As far as i could tell, you need to scan for devices (`QuickBlue.startScan();`), connect to them (`QuickBlue.connect(scanResult.deviceId);`) and call `QuickBlue.discoverServices(deviceId);` and filter the results in the...

I am using this library for a web page, it works fine in a debug session from vscode (chrome), but apparently not if compiled to JS and hosted on a...

**Describe the bug** When using `Get.showSnackbar` and the width is smaller than the window (which results in transparent space beside it), you cannot click on buttons that are visible in...

it would be nice to filter for service UUID while scanning for devices. Currently, you must connect to a device in order to start scanning for services. On iOS and...

enhancement
low priority

**Describe the bug** My requests fail using the CLI, but are fine running in VSCode. I'm asuming this is because the CLI has an old OAuth Token with wrong permissions....

bug

My A7670E-FASE (Rev. A7670M7_V1.11.1) simplified code with AT command dump enabled: ```cpp [...] modem.enableGPS(); modem.setGPSMode(3); [...] if (modem.getGPS( [...] )) { Serial.println("GPS OK"); } else { Serial.println("No GPS data available");...

After starting up the A7670 and enabling the GPS functionality, the library sometimes fails to interpret the "OK" response. It does not happen on every boot but happens fairly often....

### What happened? The Twinklefox effect is less bright than 0.14.4 (or < 0.15.0-b3). Somehow less LEDs light up using the same effect parameters. While in 0.14.4 the "cool" checkbox...

bug