Daniel Ashcraft
Daniel Ashcraft
@EvanBacon could you write a blog post on how to fork this repo and build this plugin for expo? I've tried several times to get it working but I think...
These are performance optimizations and general cleanup ideas, I wanted to put into an issue for future tracking/backlog
Interestingly enough, i was able to make a little plugin/service with angular 4 (updating to 5) that allowed me to generate multiple documents on the fly. I may create a...
> @Wolfleader101 see [#908 (comment)](https://github.com/dotintent/react-native-ble-plx/issues/908#issuecomment-1280663005) The issue is that ble-manager doesn't support expo configs at all, so all the work would have to be done again. The idea that a...
> I had the same problem, apparently there is a new version in the lambda runtime, in this new version are needed the files that are added in version 119.0....
Copying the arn runtime (18.26) worked! runtime (18.28) was definitely causing the issue. For v123, here's a snippet of code that should reproduce the error. Below snippet: v123.0.1 chromium/sparticuz nodejs20.x.x...
I may have some surface area for memory issues, since i'm using sst and not serverless to deploy./ It's got some bloat to it. 
@BrianBorge I'll try that out and see if that helps, thanks! I'll report back!
@BrianBorge still get the: ETXTBSY error with those settings
The ETXBSY is only when i try to run v119+ and node 18 or node 20. Ideally i'd like to use node 20, but that didn't work when i tried...