tmr

Results 18 comments of tmr

似乎是依赖hexo-renderer-scss的问题,上次更新还是18年,里面node-sass版本比较低,^4.7.2,根据node-sass的文档最高支持Node 14 https://github.com/sass/node-sass#node-version-support-policy

I think I found a tool to do this. https://github.com/gorhill/uMatrix

At the same time, if you choose chrome ua, the version is too old, userAgentData should not be injected, because the old version of chrome does not support this api

希望不加tag也能使用

palemoon没了解过,不知道咋写插件 通常来说适配其他浏览器比较困难,需要官方支持,Firefox其实也是官方支持后才加上的

> v1.2.13 使用谷歌浏览器提示 此扩展程序可能已损坏。 火狐版本翻译后的背景颜色添加了没有保存,会不会跟我下载的浏览器版本有关系 Chrome看readme使用,Firefox没懂你在说啥,有问题新建issue

emm貌似是的,没考虑到😂

I tried a new rule and it got stuck ```yaml rules: - id: bad-call patterns: - pattern-either: - pattern: bad(...) - pattern: - pattern-inside: | $X=bad ... - pattern: $X(...)...

@ievans Thanks, another question is why the above rules are stuck, is this a semgrep problem, or my rules are written incorrectly

To add, I can only reopen a playground in the case of being stuck. It seems that there is no place to cancel the operation. If possible, add a cancel...