Andrew Barba

Results 13 issues of Andrew Barba

Currently we can set headers using `res.header(key, value)` however a lot of Express middleware, ex. Helmet, use `res.setHeader(key, value)`. Adding a `setHeader` alias would allow these types of middleware to...

enhancement

1. Adds `` to static renderer 2. Attempts to fix layout tests by adding `html { height: 100%; }`.

enhancement

## Describe the bug There's currently no easy way to allow a property to be set to null, _and_ exclude any data that was not validated. A common pattern for...

i: bug

Currently the same name is used for the API Gateway API regardless of the stage being deployed. This makes it a lot more difficult to select the production/development API when...

enhancement

First of all, I'm really enjoying the library so far, awesome work. I'm shipping this in production in the next couple weeks and wanted to provide some feedback based on...

question

I've followed the basic docs to call an exported function that takes in string/numbers and returns string/numbers but I'm struggling to figure out how to get the JS runtime to...

Add support for building with Swift 4

maintenance

## Description Correctly return nullable data in `matchedData`: https://github.com/express-validator/express-validator/issues/1048 ## To-do list - [x] I have added tests for what I changed. - [x] This pull request is ready to...

Hey any chance you can push a release to CocoaPods?

This is a first pass at reviving https://github.com/apple/swift-nio-ssl/pull/311 in order to fix https://github.com/apple/swift-nio-ssl/issues/310 Credit to @TechnikEmpire, I did my best to address the comments in the original PR from @Lukasa...