Ryan Pendergast
Ryan Pendergast
`arm64` arch on macOS is missing `--enable-libwebp` ```bash ./node_modules/@ffmpeg-installer/darwin-arm64/ffmpeg ffmpeg version 4.4 Copyright (c) 2000-2021 the FFmpeg developers built with Apple clang version 12.0.0 (clang-1200.0.32.27) configuration: --prefix=/Volumes/tempdisk/sw --extra-cflags=-fno-stack-check --arch=arm64 --cc=/usr/bin/clang...
Looking at [docs](https://pm2.keymetrics.io/docs/usage/pm2-api/) and source I can't figure out exactly how `monit.memory` is set - aka what does it represent? Is it some attribute from the object returned from [process.memoryUsage()](https://nodejs.org/api/process.html#processmemoryusage)?...
https://github.com/jhen0409/react-native-debugger is a pretty popular tool to debug RN apps. If you [enable network inspect](https://stackoverflow.com/a/55450655) inside `react-native-debugger` and make a `fetch()` call via `cross-fetch` and the server responds with JSON,...
### Describe your idea/feature/enhancement It would be great if `sam local` loaded env vars from a `.env` file instead of a non-standard `--env-vars` JSON file. ### Proposal Create an option...
When [generating the queries](https://github.com/rh389/dynamodb-geo.js/blob/6c388b9070014a096885e00fff6c3fc933d9853f/src/GeoDataManager.ts#L307) to dispatch to DDB, this library goes through [all the cells in a covering area](https://github.com/rh389/dynamodb-geo.js/blob/6c388b9070014a096885e00fff6c3fc933d9853f/src/model/Covering.ts#L13), and [splits](https://github.com/rh389/dynamodb-geo.js/blob/6c388b9070014a096885e00fff6c3fc933d9853f/src/model/GeohashRange.ts#L71) the [low and hi range](https://github.com/rh389/dynamodb-geo.js/blob/6c388b9070014a096885e00fff6c3fc933d9853f/src/model/GeohashRange.ts#L35) of each cell into...
For example, when `/capture_payment` produces a `402` the `puts` call in `log_info` does not produce an entry in the Heroku logs. I tried to add a `config.ru` with the following...
**Environment** ``` $ tns info ✔ Component nativescript has 6.1.0 version and is up to date. ✔ Component tns-core-modules has 6.1.0 version and is up to date. ✔ Component tns-android...
This lib uses [`body`](https://github.com/gethuman/nativescript-https/blob/163758362e8db61293940d128c9aa8059074c1a8/src/https.common.ts#L22) (on POST for example). NS http lib uses [`content`](https://docs.nativescript.org/api-reference/interfaces/_http_.httprequestoptions#content) Was this intentional or did NS lib change signature and nativescript-https just didn't keep up? Also, I...
### Checkboxes for prior research - [x] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [x] I've searched for [previous similar...