Nuno Rodrigues
Nuno Rodrigues
What's the advertising interval you're using on those devices? You have some high values for `connect` and this could help you reduce the average time your cycle takes to run.
100ms is short enough. I can't see how you can improve your cycle time any other way, if you find a way to do so please share it :)
I've also experienced this issue, if i'm not mistaken it's because the encryption keys are being exchanged AFTER write operation is sent to device which then results in GATT_INSUFFICIENT_AUTHENTICATION. As...
I'm also experiencing this but log shows something different, here's some details: ``` Process: Jitsi_OldLauncher [86160] Path: /Applications/Jitsi.app/Contents/MacOS/Jitsi Identifier: org.jitsi-no-jre Version: ??? Code Type: X86-64 (Native) Parent Process: ??? [1]...
When running the blazor image the following warning is thrown: ``` Microsoft.AspNetCore.Server.Kestrel[0] Unable to bind to http://localhost:5001 on the IPv6 loopback interface: 'Cannot assign requested address'. ``` Whatever causes this...
@armenr did you end up solving the issue?
Have you made any progress on this?
I've applied: ``` "resolutions": { "vite": "^4.0.0", "@vitejs/plugin-vue": "^4.0.0" } ``` and switched vue-i18n to `@intlify/unplugin-vue-i18n`. Now i get: ``` node_modules/@quasar/app-vite/lib/config-tools.js:70 acc.push((plugin.default || plugin)(opts)) ^ TypeError: (plugin.default || plugin) is...
Looking forward to this one!
https://bernd-schorgers.github.io/helm-charts redirects to https://bjw-s.github.io/helm-charts :(