Weiyi Yang

Results 5 issues of Weiyi Yang

Hi, My server timezone is set at UTC, and my browser is PST. No matter if I set timezone="America/Los_Angeles" or timezone="Etc/UTC" in the config.py file, when I tried to add...

Seems this logger is not handling logging information length. When I send a super long line to logger, it fails with "error": { "code": 400, "field": "message", "length": 10000, "message":...

``` >>> from yahoo_finance import Share >>> aapl = Share('AAPL') Traceback (most recent call last): File "", line 1, in File "/Users/weiyi_yang/py27/lib/python2.7/site-packages/yahoo_finance/__init__.py", line 178, in __init__ self.refresh() File "/Users/weiyi_yang/py27/lib/python2.7/site-packages/yahoo_finance/__init__.py", line...

In _api_occurrences ~~~ # version 2 of full calendar # TODO: improve this code with date util package if '-' in start: def convert(ddatetime): if ddatetime: ddatetime = ddatetime.split(' ')[0]...

In many orgs both JDK 8 and JDK 11 are used at different teams. The current version of the plug in stops people using JDK 8 from using SonarQube to...