John Jiang

Results 5 issues of John Jiang

As python has gotten better and better support for type annotations we should add support for type annotations inside pendulum. Thankfully there's already a PR open for this: https://github.com/sdispater/pendulum/pull/320 Happy...

Code Quality
Typing

* **L7 Version**: 2.5.23 * **Platform**: all @antv/l7-source depends on `@mapbox/geojson-rewind`

I have a bunch of definitions defined in my custom yaml file like so: ``` swagger = Swagger(template_file=path.join(path.dirname(__file__), "definitions.yaml")) ``` however, the swagger ui now shows a bunch of errors:...

Running the following code: ``` import ET_Client myclient = ET_Client.ET_Client() triggeredsend = ET_Client.ET_TriggeredSend() triggeredsend.auth_stub = myclient results = triggeredsend.get() print results ``` Gives me: ``` No handlers could be found...

I get the following: ``` AttributeError: 'bool' object has no attribute 'get' ```