Paul Melnikow

Results 167 comments of Paul Melnikow

Hi! Is there an upstream API for this that you want extended here? A PR would be welcome!

The 3.x implementation in 7d968ec includes support for AFHTTPSessionManager which may easily be backported to 2.x if there's a need.

`yarn build` seems to check for errors in the test files as well.

Here's my current workaround (for bash): ```sh while read -r line; do echo "$line" | jq '.filter.goes.here'; done < inputfile ```

Indeed, this works just as well. I'm not dealing with a large file. ``` jq '.filter.goes.here' < inputfile ``` > Thus, even jq 1.4 should easily handle "JSON Lines", without...

@cobyism @mars Could this be merged? It’s working well for me.

Hi @cobyism, would you be up for adding me as a maintainer so I can merge this PR and help keep this project up to date?

Hey @nprail as of now this isn't working for me. I'm getting this error: ``` 2020-07-07T17:32:16.830172+00:00 app[web.1]: > [email protected] start /app 2020-07-07T17:32:16.830172+00:00 app[web.1]: > node server.js 2020-07-07T17:32:16.830173+00:00 app[web.1]: 2020-07-07T17:32:16.927769+00:00 app[web.1]:...

I ran into the Access Denied issue, and later a different issue where the image would successfully i upload but then couldn’t be displayed correctly. Eventually I was able to...