NemoAlex
NemoAlex
Looks like `--clean-tmpdir` works. I'll report to you later.
Compile complete. No errors. I didn't remember all the details that happend last night.
Great! I'll check it out. Thank you very much. Super!
I'm trying to add some completions. in `.sublime-completion` file: ``` "scope": "source.sass support.constant.property-value.css.sass", ``` works great. But the property name doesn't work: ``` "scope": "source.sass support.type.property-name.css.sass", ```
@P233 I have tried this. Popup shows emmet's snippets but no CSS property names there. Same on property values. Both packages are latest version. (v1.20 for this package and v2017.03.23.21.16.14...
找到了一个简单的方法来安装 obfs-server: https://github.com/ld0891/ubnt-simple-obfs/issues/2#issuecomment-392241885 还是希望可以编译进去成为一个包。
This issue is still there on 0.15.1
I have made a test on Electron Fiddle: https://gist.github.com/NemoAlex/431a61e8464ee6d606f3a02868c66017 Electron 19 Binary uses Node.js 16.14.2, maybe version before 16.14.0(libuv 1.42.0) was fine. Such as Electron 18 uses Node.js 16.13.2, can...
@Lan-Hekary Hi I just meet same problem on version 2.1.2 Here is a quick workaround on Windows: ``` function sleep (ms) { return new Promise(resolve => setTimeout(resolve, ms)) } var...
同样遇到这种情况,现象和楼上几位完全一致。