brandon in

Results 12 comments of brandon in

Has anyone been able to get nexus to work with netlify yet?

I'm having the same issue that it doesn't wait for the peripheral to actually pair before running other logic: ``` const device = await this.device.connect(); this.device = await device.discoverAllServicesAndCharacteristics(); //...

The issue I had was for android and I fixed it by moving to `react-native-ble-manager` for android. I ended up bonding the peripheral before connecting and it solved my issues.

Do we know when this will be merged?

Received this issue utilizing: "electron": "^36.3.2", "electron-builder": "^26.0.12",

Added the changes requested in https://github.com/axe-me/vite-plugin-node/pull/117.

If anyone needs a current work around you can simply add this to your package.json ``` "overrides": { "vite-plugin-node": { "vite": "^6.0.9" } }, ```

@jerop addressed all of the comments.

> We have a centralized credential handling mechanism in the codebase. Can you use that instead of introducing credential handling from env vars, config variables, and args? @cornmander If we...

> > We have a centralized credential handling mechanism in the codebase. Can you use that instead of introducing credential handling from env vars, config variables, and args? > >...