牛さん
牛さん
a full list of installed extensions and steps to reproduce will be appreciate.
赞! 如果我没理解错的话,有个问题,处理后的字符集仅限于页面上出现过的,对于动态添加的字符则无法应用上正确的字体。 比如js插入的内容,页面输入元素输入的内容,从别处加载的内容等。 所以似乎此工具更适合内容固定的博客门户等,是这样么?
Regarding using devtool as IDE, I wondering how to properly customize the CodeMirror that we can have features such as code folding, showing indent guides, emmet support...
This's actually a regression caused by commit 4103a759e406ed4d9cda123ae6afe8a77f8f9432. By enabling the compression can quickly avoid this problem: ```yml server: compress: true ```
really impressing
any stream address that I can test with?
同样1400+高度问题, 获取高度时换成`document.documentElement.clientHeight` 解决
nice work! when I go through the book I also found many of the examples didn't work any more. I will have a try with this branch, thx man.