Gerson Goulart

Results 8 issues of Gerson Goulart

First of all, congratulations for the amazing initiative. This project rocks! :-) Based on my understanding from the docs, the source of vulnerabilities is a manually maintained JSON file in...

enhancement

Passing a javascript object to `jxon.jsToXml` causes the script to trow with `ReferenceError: isNodeJs is not defined`.

Introducing a simple, yet dynamic solution to conquer issue #1268 with unparalleled flexibility! 🚀🌟 # Overriding Built-In Templates The parameter `templateOverrides` allows the override of *any* template or partial with...

In the OpenAPI v3 spec, the `requestBody` does not have a name. By default, [it will be passed into the generated function](https://github.com/ferdikoomen/openapi-typescript-codegen/blob/master/src/openApi/v3/parser/getOperationRequestBody.ts#L14) as `requestBody`. It would be nice to accept...

In the OpenAPI v3 spec, the `requestBody` does not have a name. By default, it will be passed into the generated function as `requestBody`. Accept the commonly used `x-body-name` property...

Proposed fix for issue #37: Resolve Bluebird's global `Promise.longStackTraces();` conflict issue with try/catch block instead of removing the feature.

@brillout thank you for `gulp-jspm`. I've been using it for a little while and has been great so far! Today I updated all packages in my complex build system where...

If the idea is to create an enhanced version of docco, why not get rid of pygments in favor of something that does not need to be installed, such as...