Dom Harrington

Results 17 issues of Dom Harrington

Hey! I attempted to use Bugsnag within a Cloudflare Worker: https://www.cloudflare.com/products/cloudflare-workers/. This is like the Service Workers API, but built to run at the CDN layer instead of in a...

feature request
backlog

Hey! Sorry to bother you again, I think the instability that I had the other day (#135) was a red herring and not actually the cause of the outages that...

Hey! 2 days ago I had to bump the version of this module to latest due to the ACME v1 deprecation. After bumping this module, some certificates could successfully renew...

Hey! So we recently had a problem where our certs weren't getting regenerated. The reason for this was that our openresty processes were never up for the default 24hrs timeout...

Hey, Thanks so much for your excellent work on this module and swagger-parser, we're extensive users of both @ ReadMe. We occasionally accept very large files from our customers which...

I'm using express vhost behind a reverse proxy and i want to use this module based on the `x-forwarded-host` header as opposed to the `host` header that is hardcoded here:...

enhancement

**_For those that are coming to this issue and want to use this code, you can run the following to install from my fork:_** ```sh npm i "github:domharrington/vhost#496f19be396ab2531149862bfacfdd72e8ae1751" ``` -------...

enhancement
pr

**Description** Hey! I'm trying to do some error handling to check for a given status code and ignore the error if it's a 404, but throw otherwise. My code looks...

question

Create an empty file: ``` $ touch a.zip ``` Try and unzip using this module: ``` js var fs = require('fs') , unzip = require('unzip') , os = require('os') ,...