acstacey
acstacey
I have been working on a node v12.x / electron v10.x solution I copied the patch from this repo into a module generated by the newest version of nodert and...
@fedyfausto I encountered that error after installing the correct SDKs but didn't have visual studio 2015. I believe it's possible to avoid installing 2015 by changing paths and/or copying the...
I have the same problem. Solved it on MacOS with: ``` this.app = new Application({ path: electronPath, args: ['.'], startTimeout: 10000, waitTimeout: 10000, chromeDriverLogPath: '../chromedriverlog.txt', chromeDriverArgs: ['remote-debugging-port=9222'], }); return this.app.start();...
It seems that NodeRT has a bug with method overloads having different return types. @jasongin patched it manually in his noble-uwp project and I added the patch to a nodert-win10-cu...
@geovie Not sure how that could be happening - code below ``` let filters = { services: ["0001"] }; let peripheral = await connectToDevice(filters); let discoveredCharacs = await getCharacteristicsForService(peripheral, "0001");...
It also sometimes fails with: GetGattServicesForUuidAsync: no service with given id BLEManager::DiscoverCharacteristics::::operator (): GetService error