Brian Wo
Brian Wo
You are right about that: ```srt 251 00:14:30,536 --> 00:14:35,541 観自在菩薩(かんじざいぼーさー) 行深般若波羅蜜多時(ぎょうじんはんにゃはらみーたーじ) 照見五(しょうけーご) ```
I did some digging into this. It seems like the root cause is that it took too long to redraw the new cursor when cursor is moved, so the click...
Custom font do work https://docs.flutter.dev/cookbook/design/fonts
I don't quite follow this, how does one took advantage of this? It looks like a harmless little fun thing for someone to edit the source code in their own...
Well, yeah, someone could make this happen when they write a blog that links to `docs.flutter.dev`. But: - Popups are blocked by default in browsers. I don't know about the...
Example of app that uses this is uBlock Origin. https://github.com/gorhill/uBlock/wiki/Cloud-storage
This extension and all the other coc.nvim extensions are only for language server. If you need syntax highlighting, you can use https://github.com/dart-lang/dart-vim-plugin or use https://github.com/nvim-treesitter/nvim-treesitter to auto download syntax highlighting.
(I'm not the author or a maintainer, just came across this issue) There is a GitHub sponsor page on author's profile: https://github.com/sponsors/letsar
I was thinking of a way to easily generate `diff`. ```sh diff
Duplicate of #46