David Alcalá

Results 16 comments of David Alcalá

Use an older python version. I'm using python 2.7. python2.7 -m pip install -r requirements.txt

Hey there! I'm currently working to add this feature to my project, the first issue im facing is that the only way I can find to access the entity repository...

I found a repo that extend this bundle: [YoushidoGraphQLExtendedBundle](https://github.com/medlabmediagroup/YoushidoGraphQLExtendedBundle). It has @Security annotations and a command to generate schema from entities but is not on the fly.

Hey Miguel, cómo te va? Im planning to implement some functionality to read entity annotations on the fly to generate the schema with some generic resolve functions, automated doctrine queries...

This is my bundle [TideCrudBundle](https://github.com/tidedev/TideCrudBundle) currently is not fully decoupled from my project, so maybe wont work if you install it, but you can take a look to TideCrudBundle/Helpers/CrudHelper.php where...

Looks like there was a ["related"](https://github.com/apiaryio/dredd/issues/1256) fix to allow dots on request parameters but it does not actually fix this bug.

The issue is affecting Open Api v3, on swagger 2.0 is working fine.

The openApi parser ([@apielements/openapi3-parse](https://github.com/apiaryio/api-elements.js/blob/0b3d0622b2310e91bbf0915a9912c9a1920c03f6/packages/openapi3-parser/lib/parser/oas/parseParameterObject.js#L139)r) is encoding the parameter name, so the parameter is never found on the [available parameters](https://github.com/apiaryio/dredd/blob/5ab7b162afbbd8881cd716f27627dc2d05213eb7/packages/dredd-transactions/compile/compileURI/expandURItemplate.js#L33). One solution could be changing the openapi3-parse to return the parameters...

> I have installed the latest guake from pip, which does not have the bug. So I think this issue is a matter of creating up to date packages for...

I decided to install a vmware machine, looks like is a terrible idea to install Microsoft stuff on linux...