Fenzland
Fenzland
Platform: Kubuntu 16.04 Sublime Version: 3126 Input Method: fcitx When I open more then one sublime windows. and switch input method in one window. Input method works well in this...
### problem When we read some code like this: ```javascript document.querySelectorAll("div.myClass")::find("p")::html("hahaha"); ``` We will think the `find` and `html` is a identifier like something follow `.` . But it's actually...
## Background If we want to build a real time develop system. When you change your code, and fire the event or hook, the browser reload the module automatically. Now...