dongyuwei

Results 154 comments of dongyuwei

I build the app on macOS High Sierra 10.13, it works great! Here you can download it. [Color Picker Pro.app.zip](https://github.com/oscardelben/Color-Picker-Pro/files/1359531/Color.Picker.Pro.app.zip)

in my testcase `PJTernarySearchTree * tree = [NSKeyedUnarchiver unarchiveObjectWithFile:path]` is much slower than 1. read a json file to NSDictionary 2. build PJTernarySearchTree from the dict.

Jest 25.1.0 has the same memory leak issue.

+1 same error. Tested on High Sierra 10.13.2, talisman_darwin_amd64, v0.3.0 Sierra 10.12.x is ok.

``` js var parserlib = require("parserlib");//npm install -g parserlib var parser = new parserlib.css.Parser({ starHack : true, underscoreHack : true, ieFilters: true, strict : false }); parser.addListener("error", function(event){ console.log("Parse error:...

I think you can support another hack option paramter for the Parser constructor.

Thanks for your quick reply. The exception disappeared, it prints a `loaded` log. But the window keeps blank.

It would be better to use virtualenv and lockdown all the dependencies.

just visit http://127.0.0.1:2000/static/index.html, it should work. The path must start with `/static/`.