Lance Gliser

Results 16 issues of Lance Gliser

Reference: https://github.com/villadora/express-http-proxy#q-how-to-ignore-self-signed-certificates- As of this issue, it states: ```js app.use('/', proxy('internalhost.example.com', { proxyReqOptDecorator: function(proxyReqOpts, originalReq) { proxyReqOpts.rejectUnauthorized = false return proxyReqOpts; } })) ``` `proxyReqOpts` is defined by `import {...

### What problem does this feature solve? IntellJ provides support for web components through it's web-types package: https://github.com/JetBrains/web-types More popular plugins seem to provide their own via scripts: https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/scripts/create-web-types.js https://github.com/vuetifyjs/vuetify/blob/master/packages/api-generator/src/index.js...

As just a little love letter to ya'll for good work, maybe I can provide some help. I'll repost on my blog eventually. That is a slow process, so gifting...

documentation

The docs for the [5x version](https://www.amcharts.com/docs/v5/charts/hierarchy/force-directed/) make no mention of zoom behaviors. This was a previous feature in the [4x version](https://www.amcharts.com/docs/v4/chart-types/force-directed/#Zooming). I took a look at the class documentation and...

enhancement

Hey there. I had need of an ErrorBoundary on my project, but am trying to stay inside TypeScript. With the release of the Composition UI, it's a little more possible....

The [winston](https://github.com/winstonjs/winston) package [updated it's stringification tool to `fast-safe-stringify`](https://github.com/winstonjs/logform/pull/35) a while back at Jun 11, 2018. I introduced here: #57. In it's PR I raised a this as a separate...

agent-nodejs

I'm currently using `{ convertReqRes: true }` to fill out the ECS fields. Lovely addition, thanks for it! But, I do have one problem. I've got some headers that shouldn't...

enhancement
lib:winston
agent-nodejs
8.1-candidate

I noticed that useWindowSize is hard coded without a method debounce the `setState` call. It causes a significant overhead that I lack a means to offset. I rigged up a...

> express-session deprecated undefined resave option; provide resave option at src/config/session.ts:15:42 > express-session deprecated undefined saveUninitialized option; provide saveUninitialized option at src/config/session.ts:15:42 Seeing the above in my API as I...

On the `master` branch, using the commands README: ```bash docker run -it --rm \ --name=dynamodb-test \ -p 127.0.0.1:8000:8000 \ deangiberson/aws-dynamodb-local ``` ```bash export AWS_CONFIG_JSON='{"endpoint": "http://127.0.0.1:8000", "region": "us-east-1", "accessKeyId": "accesskey", "secretAccessKey":...