William Cheng

Results 984 comments of William Cheng

@greenpau as a workaround, you can use the following to build the project if you do not use the gradle plugin before we address the issue in the 5.0 release:...

can you please file a PR with the suggested fix? thanks

yup, we can support that. how urgent do you need it? would have time to contribute a PR?

UPDATE: I've filed https://github.com/OpenAPITools/openapi-generator/pull/13504 to add .net framework 4.8.

@ryanfox one workaround is to document the query parameter as a string instead of boolean and users will need to input either "true" or "false" Another way is to use...

@devhl-labs thanks for the fix. Will try to review later this week. cc @OpenAPITools/generator-core-team

I tried to regenerate the samples but got the following errors: ``` [pool-1-thread-8] Generating python-aiohttp (outputs to /Users/williamcheng/Code/openapi-generator4/samples/server/petstore/python-aiohttp-srclayout)… [pool-1-thread-4] Generating python-blueplanet (outputs to /Users/williamcheng/Code/openapi-generator4/samples/server/petstore/python-blueplanet)… [pool-1-thread-1] Generating python-legacy (outputs to /Users/williamcheng/Code/openapi-generator4/samples/client/petstore/python-asyncio)…...

The tests failed: ``` AttributeError: module 'openapi_server.impl' has no attribute 'get_inventory' _____________________ TestUserController.test_logout_user ______________________ self = def test_logout_user(self): """Test case for logout_user Logs out current logged in user session """...

Travis CI failed the following: ``` File "/home/travis/build/OpenAPITools/openapi-generator/samples/server/petstore/python-flask/.tox/py3/lib/python3.6/site-packages/connexion/decorators/parameter.py", line 120, in wrapper return function(**kwargs) File "/home/travis/build/OpenAPITools/openapi-generator/samples/server/petstore/python-flask/openapi_server/controllers/user_controller.py", line 93, in get_user_by_name return impl.get_user_by_name( AttributeError: module 'openapi_server.impl' has no attribute 'get_user_by_name' ______________________...