jaska

Results 23 issues of jaska

1. candlestick, line and bar chart for value groups (open, close, high, low), volume, and adjacent close value respectively 2. switch between table and chart 3. download chart as png...

Hi all I am using emacs 25.1.1 on mac and I have up to date emacs-for-python. Eldoc stopped working due to no inferior python process. However, I did `m-x run-python`...

Hi all, I have the following definition ``` @app.route('/oauth_callback') async def callback(request: Request): ``` but it failed to match '/oauth_callback?code=123445'. The server responded 404. What else could I have done?...

Hi all, Referring to the blog (https://blogs.msdn.microsoft.com/ie/2006/12/06/file-uris-in-windows/) shared by @lurch , the proper windows file uri for: `D:\Program Files\Viewer\startup.htm` is: ``` Incorrect: file://D:\Program Files\Viewer\startup.htm Correct: file:///D:/Program%20Files/Viewer/startup.htm ``` Please notice `file:///`...

enhancement

This issue is derived from #330 Windows File URI spec is explained here: https://blogs.msdn.microsoft.com/ie/2006/12/06/file-uris-in-windows/ Reference implementation is done in C# by Microsoft in 2003: https://referencesource.microsoft.com/#System/net/System/UriExt.cs,1 Failed attempts: 1) used urllib's...

No longer, a forgotten moban synchronzation cause issues. **For short term contributors:** we understand that getting your commits well defined like we require is a hard task and takes some...

status/blocked

https://github.com/pyexcel/pyexcel-xls/issues/22

enhancement

https://github.com/pyexcel/pyexcel/issues/53

enhancement

https://readthedocs.org/projects/flask-excel/builds/8760397/

This is already known bug in pyexcel-xlsx but it is reported now: https://bitbucket.org/openpyxl/openpyxl/issues/936/datetime-1899-12-30-0-0-is-returned-when-0