Tedb0t
Tedb0t
Hi there! I just came back to a project from about a year ago and I'm now getting this error on a previously working codebase that I hadn't made any...
What's the best way to get a node that was just removed (by closing a window)? Right now I'm going to have to manually get a diff from the new...
When instantiating a board: `$ node test.readAnalogIn.js { '0': 'info', '1': 'connecting to noduino' } 1365653879536 duino info attempting to find Arduino board 1365653879548 duino info found board at undefined`...
Am I missing something simple? I don't see anywhere in the API for obtaining the list of all episodes for a podcast...?
Apologies if this is the wrong place for this question, but I just tried upgrading my expo project to SDK 46 and I'm now getting this error: `Unable to find...
I created a fresh expo app and installed `react-native-ble-plx` according to [these instructions](https://tedbot.com/How-to-Build-a-Bluetooth-App-with-Expo-React-Native-5127b444ac2448baab4948e36ff97088) and if I use the line ``` const manager = new BleManager(); ``` The app crashes immediately...
While trying to build a React Native project using `react-native-ble-plx`, I am getting hundreds of errors like these: ``` › Compiling react-native-ble-plx Pods/MultiplatformBleAdapter » Zip+arity\ 2.swift ❌ (/Users/ted.hayes/Documents/litetime-configurator-app/ios/Pods/Headers/Public/MultiplatformBleAdapter/MultiPlatformBLEAdapter.h:11:1) 9 |...
I want to synchronize a database array with a client array, so I want to do something like... ``` Template.dayModal.onCreated(function(){ this.myAvailabilities = new ReactiveArray(); var self = this; this.autorun(function(){ var...
I've got `Picker` working as a basic selector (not a Datetime selector) but it has a large hit area around it instead of just around the data (border is my...