niuiic
niuiic
Hello. I tried several ways to use usart with interrupt, but they all failed with the error `external reset detected`. The error didn't appear when interrupt was not used. This...
比如在[这个网页](http://www.yanhuangxueyuan.com/WebGL/)。 1. 在某个页面做一个标记,点击目录切换页面再做一个标记。 2. 点击标记列表,无法跨页面跳转到标记处。 3. 退出重进,所有标记都显示找不到,在标记所在页面中可以点击跳转,但无高亮。 跨页面跳转应该很麻烦,因为不确定此类网页用何种方式切换页面,要存储额外的信息比较难办。 希望能实现高亮。不知是否可以在每次切换页面时根据标记匹配一下,只是不清楚是否有固定的事件。或者给个手动刷新的按钮也行。
### Repo URL: https://github.com/niuiic/track.nvim ### Checklist: - [x] The plugin is specifically built for Neovim, or if it's a colorscheme, it supports treesitter syntax. - [x] The lines end with...
### Steps to reproduce For an example, you can check [this project](https://github.com/niuiic/web-vista). `packages/webgl/src/components/snow/index.ts` ```ts import snowflakeUrl from '@/assets/images/snowflake.png' ``` `snowflakeUrl` may be transformed to '/snowflake.hash.png', which is definitely wrong when...