Nate Weibley
Nate Weibley
Not sure, however I reinstalled TabSugar and the problem came right back. I'll have a go at debugging this weekend... I have university classes all week taking up my time....
Progress has been made. The [build](https://github.com/ionic-team/capacitor-background-runner/actions/runs/9714675993) from 10d ago incorporates changes to support capacitor 6: https://www.npmjs.com/package/@capacitor/background-runner/v/1.0.6-dev-20240628T145630.0 Perhaps give it a spin and see if you encounter issues.
@peitschie updated to fix the linting error and failing tests. Unfortunately I can't run `verify:ios` or `lint:ios` on win32, so I'll need to wait for the CI build to see...
I just pushed some demo projects that might help with evaluating these changes. There's a Zephyr project to pump a BLE notification characteristic with as much data as possible available...
The JS implementation is as simple as: ``` function hexStringToDataView(hex) { var bin = [], i, c, isEmpty = 1, buffer; for(i = 0; i < hex.length; i++){ c =...
> Do you have any awareness of the stability of the experimental Stdlib part of kotlin? That's a great question. I am primarily a firmware developer so I can't claim...
@paolosanchi you may want to try the changes in #701 for this. I found the conversion functions woefully under-performant for high throughput notification use cases. It also sounds like there...
I'm sorry to hear that @paolosanchi... worth a shot!