leesei

Results 31 comments of leesei

It's sad that this extension stopped working. I'm thinking of ~~two~~ one workarounds: 1. Use Chrome's File System/HTML5 localStorage https://developer.chrome.com/apps/app_storage We have to _add UI_ to allow user to copy...

We usually do only one thing in a PR. You did these in this PR: 1. updated timing (is this update only applicable to Lynxmotion controller?) 2. added LICENSE 3....

I cloned the repo on Arch, install dependencies and can reproduce this issue. The prebuilt Windows binary (0.4.2) is okay. I added this `print(num, length, percentDone, message)` in `guiutil.py::OnUpdateProgress()` right...

I now fix with this (rather then moving the code block): ```py if not length: percentDone = 0 else: # Fix #115, clip value percentDone = max(0, min(int(100 * (num)...

It seems to be an issue with Babel https://github.com/SublimeText-Markdown/MarkdownEditing/issues/438 The first comment is parsed as division plus a regex.

@mcepl The code seems okay. I encourage you to write a test case for it and submit a PR. And I modified a bit: ``` diff diff -up hexo-generator-feed/lib/generator.js.noCat hexo-generator-feed/lib/generator.js...

Okay. Sorry Hexo didn't work out for you. I'm closing your other PRs then.

Maybe related to https://github.com/cornerstonejs/cornerstoneWADOImageLoader/issues/199?