Travis Shen

Results 8 issues of Travis Shen

## General information - Terminal program: iTerm 3.4.15 - Operating system: MacOS 12.2.1 & Debian 11 (bullseye) - ZSH framework: oh-my-zsh - ZSH version: 5.8 - ZVM version: v0.8.5 ##...

bug

# 1 主题设置内启用pjax和语法高亮后,首页点击进文章语法高亮失效,刷新后生效。 关闭pjax后没有这个问题。 主题/wordless版本 :最新 编辑器:wp editor.md 10.2.1 。 # 2 主题的语法高亮取消后,无法启用wp editor.md的语法高亮。

after I add 100px to iframe height manually: ``` // origin style="height: 307.906px;" // added style="height: 407.906px;" ``` it's correct: It can be reproduced on other react site, like: https://tkdodo.eu/blog/working-with-zustand...

I have a `.vscode/settings.json` in my workspace: ```json // (workspace) .vscode/settings.json { "files.associations": { "*.css": "postcss", }, } ``` but In my user `settings.json`, I didn't set the file associations:...

Including avatar, social icons, etc.

enhancement

Current tags interface only exists in search page and has a poor experience. Follow-up steps: - [ ] Improve search page - [ ] Independent tags page (?)

enhancement

**描述你的问题(Describe you question here)** 开发了一个vscode语言插件,需要为该语言的文件后缀配相应的自定义 icon,通过在插件的 package.json contribute 中配置 icon : ```json "contributes": { "languages": [ { // other fields ... "icon": { "light": "./icon.svg", "dark": "./icon.svg" } } ],...

💬 question

The reproduction steps are as follows: - Use Volta to install the latest version of node@22 or node@20. I only tried these two versions. - Run `npm install -g node-gyp`....