Matt Daronco

Results 6 issues of Matt Daronco

See original PR [here](https://github.com/jkomyno/react-native-user-inactivity/pull/33). - Adds support for an optional `ignoreGestures` boolean prop that will prevent `PanResponder` pan handlers from being set on the `View`. This is suitable for use...

Using RN `0.60.4`, I receive the following error after attempting to run `pod install` within the `ios` folder of my project: ``` Detected React Native module pods for CertPinner, RCTRestart,...

### Describe the issue Hello! I'm running an app within a Node v16 Docker container (`Docker version 20.10.7, build f0df350`). The EC2 instance is running `Ubuntu 20.04.2 LTS`. I am...

guidance
response-requested
documentation

Hello, thanks for writing this awesome library! Is it possible to send data from a worker thread back to the parent thread by reference (via the [parentPort.postMessage transfer list argument](https://nodejs.org/api/worker_threads.html#worker_threads_port_postmessage_value_transferlist)...

enhancement

**Stacktrace**: INFO:iris:Reading CSV files from ./train. E tensorflow/core/client/tensor_c_api.cc:485] assertion failed: [string_input_producer requires a non-null input tensor] [[Node: input_producer/Assert = Assert[T=[DT_STRING], summarize=3, _device="/job:localhost/replica:0/task:0/cpu:0"](input_producer/Greater, input_producer/Assert/data_0)]] INFO:tensorflow:Error reported to Coordinator: , assertion failed:...

### Steps to reproduce Execute a programmatic call to a `feathers-mongoose` service using the [$limit parameter](https://crow.docs.feathersjs.com/api/databases/querying.html#limit): ``` const res = await this.app.service('my-service').find({ query: { $limit: 1, } }); // an...