Percy Ma
Percy Ma
I changed my username on GitHub, and I still have my old username on Deno Deploy. Currently the username seems to be used when inviting members to join the organization,...
Since wsl can invoke commands on Windows, I tried to use fnm on wsl. Follow the instructions and add the following to `.bashrc` ``` eval "$(fnm.exe env --use-on-cd)" ``` Then...
I tried to add as a feed, but an expired certificate error was thrown. I'm currently only having this problem when I add this feed. ``` RequestError: certificate has expired...
close #593 #612
Use the dark switch provided by vueuse and add the aria-checked attribute to the switch
图片链接截断
### 1. 该问题的重现步骤是什么? 新建文章/页面输入以下 markdown 文本 ```markdown [](https://feeds.pub/feed/https%3A%2F%2Fscvoet.me%2Ffeed) ``` ### 2. 你期待的结果是什么?实际看到的又是什么? 图标正常显示,但实际上图片被截断了。 被截断后的 html 代码 ```html ``` ### 3. 问题出现的环境 - 操作系统版本:Windows 家庭版 2004 x64 -...
当前的模式可能还不够高效。 之前我有使用过一个通过 Markdown 语法快速实现高桥流幻灯片的项目,这种模式应该也能够套用到 gossip 上。 我们先通过 Markdown 编辑大致内容,再通过预设的相应语法的对应样式进行解析,最后可视化界面进行其他的定制。这简化了创建容器/元素、添加内容、设置样式的步骤。 https://github.com/joyqi/takahashi-template
close https://github.com/gridsome/gridsome/issues/1545
## Summary Change the package manager used for gridsome project development from yarn to pnpm. ### Motivation From [the benchmark provided by pnpm](https://pnpm.io/benchmarks), it is easy to see that pnpm...