darkyzhou
darkyzhou
你好👋,我打算结合本仓库中的书写规则,给[textlint](https://github.com/textlint/textlint)贡献一些规则,这样我们就能利用textlint在各个编辑器上的插件让本仓库的规则得以被方便地套用,不知道这个想法怎么样呢🤔
个人解决方案: ### `` 元素的处理 安装 [Death to _blank](https://chromewebstore.google.com/detail/death-to-blank/gneobebnilffgkejpfhlgkmpkipgbcno)或类似的插件强制 `` 等元素在当前标签页打开链接。 ### `window.open()` 的处理 让 ChatGPT 帮忙写出下列 UserScript,加载即可强制网页端 JavaScript 代码在当前标签页打开链接。 ```js // ==UserScript== // @name WindowOpenJail for Bilibili // @namespace Violentmonkey...
Any comments? Would love to open a PR for this.
Thank you for the replies. As for the first approach, I think it introduces too many breaking changes and breaks the simplicity of the library. As for the second one,...
Sorry for the late reply. I get what you are referring to and notice the difficulties of leveraging the `useEffect()` to call `complete()`. While I understand the need to defer...
I'm of the opinion that this doesn't relate to the concurrent mode features. Everything that takes place within `useEffect()` occurs during the commit phase. In concurrent mode, React does indeed...
> Just stumbling across this issue. It's not clear to me that there is an actual problem here @darkyzhou, but maybe I'm not fully understanding it. > > The issue...
遇到相同问题,请问楼主是怎么解决的,「boot 部分」包括哪些文件呢
boot 分区里不是会有 kernel.img 吗,这样会把内核也覆盖掉吧,我看 main 分支里的内核版本比官网镜像要新。 刚才试了一下只把里面的 boot.csr 和 dtb 替换,并没有什么用……