Silas Yu
Silas Yu
``` The release can also be downloaded by some Chinese Github mirrors. So I'm wondering if you want to add a setting item for Chinese to improve their download speed,...
**Describe the bug** If you define a inline-code `'[[file2]]'` in file1.md, and unfortunately there is a file `file2.md` in your repository, Foam will regard the inline-code as a link, and...
It interrupted the sync process and I have to click the `install` option by my mouse. OS: Manjaro Linux WM: i3wm VSCode Version: 1.67 
- [x] I am using [the latest](https://github.com/theme-next/hexo-theme-next/releases/latest) version of NexT. - [x] I have read the relevant documents of [Hexo](https://hexo.io/docs/) and [NexT](https://theme-next.org/docs/). - [x] I have reviewed the latest Roadmap...
I wrote an endless loop of code carelessly, and I run `:Quickrun`, no result showed but my computer fan keeped beeping. I knew It must be stucked in an endless...
没法发送消息。怎么拿激活码啊。已经关注了。发我邮箱吧`[email protected]`
### Describe the bug I write a code to test it: ```c // main.c #include int main() { int i = 1; while (i > 0) { printf("%d", i); ++i;...