Results 64 issues of 欧阳

https://github.com/wbthomason/packer.nvim/blob/master/lua/packer.lua#L582 ![image](https://user-images.githubusercontent.com/72405338/178217803-ec5404ac-8553-4b61-9d4a-038bd1412eab.png) > this line of code doesn't same to work, When I modify it to 4, this plugin length is right ![image](https://user-images.githubusercontent.com/72405338/178217179-9e184eaf-5996-4dee-b9c8-f50f608c2189.png)

bug

### Description 描述 ![image](https://user-images.githubusercontent.com/72405338/187407248-32ef09bc-08b2-4de6-a2fc-01bfde0e9d49.png) 建议将默认的username置空, 如果用户在使用`TidgiUser`一段时间后又修改了username, 会出现两个用户名, 或者也可以将默认的用户名设置为本机电脑的用户名更为妥当 ### Additional Context 额外上下文 _No response_

### Description 描述 details: https://oeyoew.fun/#tidgi2appimage ### Additional Context 额外上下文 _No response_

## 环境 - 系统/平台: Windows - nodejs 版本: 18+ - API版本: ## 出现问题 使用 /simi/mv?mvid=xxx 接口, 对于不同的mvid总是返回相同的结果, 似乎和mv 也不相似, 加上时间戳, 也无效 ```json {"mvs":[{"id":142002,"cover":"http://p3.music.126.net/_lF0atFA17veynfMTl3_Lw==/363938348829213.jpg","name":"超级面对面 第29期 陶喆:温情的我依然有姿态","playCount":92769,"briefDesc":"","desc":null,"artistName":"陶喆","artistId":5196,"duration":539000,"mark":0,"artists":[{"id":5196,"name":"陶喆","alias":["David Tao","陶绪忠"],"transNames":null},{"id":37576510,"name":"超级面对面","alias":[],"transNames":null}],"alg":"rt"},{"id":144001,"cover":"http://p4.music.126.net/EqlFbFzCanjWBrZJEREYQQ==/6037418348118157.jpg","name":"超级面对面 第30期 曾轶可:我真的是颗辣糖 来尝尝","playCount":183201,"briefDesc":"","desc":null,"artistName":"曾轶可","artistId":10750,"duration":518000,"mark":0,"artists":[{"id":10750,"name":"曾轶可","alias":["绵羊天使","羊"],"transNames":null},{"id":37576510,"name":"超级面对面","alias":[],"transNames":null}],"alg":"rt"},{"id":146006,"cover":"http://p4.music.126.net/rNIP2AgnPWhwSreHwFFDlw==/864216149432854.jpg","name":"超级面对面 第31期...

### Describe the bug If preview is turned on, input `xxx {{}} this will lead to infinite recursion detection, which will seriously affect the input experience. ### Expected behavior _No...

### Describe the bug when set autofocus to text, if input on type field, this focus alway focus on editor ### Expected behavior _No response_ ### To Reproduce 1. Go...

可以对changedTiddlers做一个 过滤, 比如排除 $:/ 或者 `Draft of` 开头的条目, 因为tw的状态条目变化的很频繁,几乎每一个操作 都会导致 $:/status/xxx 条目变化, 引起不必要的刷新 ps: 热力图数据稍微多, 会引起明显的卡顿 ```js shouldUpdate: (_, changedTiddlers) => $tw.utils.count(changedTiddlers) > 0; ``` ```js shouldUpdate: (_, changedTiddlers) =>...

![img](https://i.imgur.com/TEfJgxW.png) ```ts import { IScriptAddon } from '../../../scriptAddon'; ``` 这样写不是不用加meta文件吗?(操作系统: windows)