Felix Hao

Results 68 comments of Felix Hao

"esformatter": "^0.9.3", "esformatter-quotes": "^1.0.3",

esformatter-jsx seems to handle the block fine. Here is my config: ``` json { "jsx": { "formatJSX": true, "attrsOnSameLineAsTag": false, "maxAttrsOnTag": 3, "firstAttributeOnSameLine": true, "alignWithFirstAttribute": true, "spaceInJSXExpressionContainers": "", "htmlOptions": {...

And your plugin works if I remove "esformatter-jsx" from plugin list. I wonder if the two plugins can work together. I love them equally.

Related issue here: https://github.com/browserify/browserify/issues/1531

Chinese displays fine on my computer. Maybe you can try saving the js source file in UTF-8 encoding?

I changed `BasePriorityQueue` to make `push` and `pop` not pure virtual function by adding a default implementation to mitigate this issue. Still not sure why compilation fails. ```cpp template class...

No this change should not be made, because the original code without my patch compiles just fine on Windows. So I think the issue has something to do with compiler...

By saying Windows I meant Visual Studio.

The ace editor on the demo page does not support Chinese quite well. The library itself works.