Jared Evans
Jared Evans
I came here as I was looking for similar to: [Node.js Best Practices](https://github.com/goldbergyoni/nodebestpractices) but for Python and github surfaced this in the search results. I notice this Guide lacks a...
I'm trying to use form-data with the node `http` module. I have some code like: ``` const options = _getOptions(); const form = new FormData(); form.append( 'file', fs.createReadStream(fileDetails.filePath) ); form.append('Name',...
When I use "pattern" as one of my schema verification properties and AJV finds an error based on the pattern, it'll return an error like: ``` { keyword: 'pattern', dataPath:...
I've forked and hopefully improved upon this project here: https://github.com/JaredCE/serverless-openapi-documenter Would love it if people started using this and giving me feedback. There might be some gotchas with a straightforward...
Not sure if this is an error with NPM or you... (somehow?) but i'm receiving an NPM ERR 429 on my CI/CD pipeline which i assume is coming from my...
### Checklist - [ ] Validation: I believe my source definition is valid OpenAPI 3.0.x but the validator complains ### Detailed Description I'm trying to understand the opinionated nature of...
This isn't compatible with later versions of Node and since development seems to have stopped since 2013, this project should probably be marked as deprecated.
Code hasn't been updated since 2017 and doesn't work on latest versions of Node. Please mark this project as deprecated.
Thanks for the help with the last issue. I’ve written an express.js middleware that uses your version of minisign to allow a server to offer signed file downloads: https://gitlab.com/openimp/express-minisign. It’s...
The Serveless AWS Documentation plugin is now deprecated: https://github.com/deliveryhero/serverless-aws-documentation However, many people want to store the documentation they've generated on AWS API gateway. Now that this plugin is relatively stable,...