Cezar Pendarovski

Results 6 issues of Cezar Pendarovski

#SymfonyHackday The MakerBundle throws a very cryptic error report when altering an entity class with group use statements. This patch solves the issue and prevents insertion of use statement if...

Bug

# Changes In the file `http/index.js` in the node template a link to the context object is provided, but this link is dead and leads to 404. In this PR...

kind/bug
needs-rebase
lgtm
approved
size/XS
ok-to-test

# Changes The description of the Context object in the README.md contains a redundant paragraph. The JSDoc is missing the parameters `httpVersionMajor` and `httpVersionMinor`. - :broom: Update or clean up...

needs-rebase
lgtm
approved
size/XS
kind/cleanup
ok-to-test

The file [`http/index.js`](https://github.com/knative/func/blob/main/templates/node/http/index.js) has this JSDoc: ``` /** * @param {Context} context a context object. * @param {object} context.body the request body if any * @param {object} context.query the query...

The file [`http/index.js`](https://github.com/knative/func/blob/main/templates/node/http/index.js) in the node template has confusing JSDoc and function signature. This is the relevant part of the JSDoc: ```javascript /** * @param {Context} context a context object....

The node template includes a link to the Context object in the JSDoc in the file `http/index.js`. This link is dead and leads to 404.