Ashton Schultz

Results 4 issues of Ashton Schultz

Using a Samsung S8 with Ionic/VueX/Capacitor, here is my code: ``` getConnected: ({commit, state, dispatch}) => { return new Promise((resolve, reject) => { window.bluetoothle.retrieveConnected( function (success) { if (success.length ===...

If I try to send an imageBlob as the body I get from Backblaze: Sha1 did not match data received Can we send raw data in the body, without using...

I am following the examples here: https://zingchart.github.io/zingtouch/ And more specifically the pan example here: https://codepen.io/zingchart/pen/RRpyJY But they don't even follow the docs, for example it is assigning the start function...

When developing with shuriken-ui and nuxt the hot reload will break pages with Injection `Symbol(BasePaginationContextContext)` not found. Component must be used within `BasePaginationContext` This is a dev only stacktrace, you...