Jason Woofenden

Results 8 issues of Jason Woofenden

I do response validation, and I want to make sure that when my login endpoint is _responding_ with a successful http response code that it's setting at least one cookie....

bug
help wanted

Please add support for the "required" attribute in header specifications. The spec: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#headerObject says that header fields can contain (with exceptions) the same fields as parameters: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#parameterObject Which includes "required"...

bug
help wanted

Thanks for this awesome module! I was able to get it working by configuring a static websockets port and creating another port-forward in my docker-compose. This feature request is to...

There is a fork of FPDF called tFPDF (which enables you to make PDF files with utf-8 and partial font embedding). http://www.fpdf.org/en/script/script92.php If that project is not dead (I hope...

Feature request: I want to be able to add something to my user.json that has the same effect as removing that stroke from main.json, but without modifying main.json at all....

feature-request

There doesn't seem to be any way to specify that parseString() will not be called again (end of input.) Thus there seems to be no way to detect an incomplete...

Before I was wise in the ways of ftp, I created several sites with a symbolic link in the root folder which points to a file in a submodule. When...

Thanks for making s3backer! It seems unreasonably cool to me. I set up a new s3backer drive/mount with these commands: ``` s3backer --blockSize=4k --size=240g --listBlocks --blockCacheFile=/media/s3backer/cache --blockCacheMaxDirty=500 --blockCacheThreads=4 --blockCacheRecoverDirtyBlocks --debug...