Dahan Gong
Dahan Gong
This is because when this configuration is true, Firefox gives Vimium fake timestamps (something like 0, 0, 0.1sec, 0.1sec, 0.1sec, 0.2sec, 0.2sec, 0.3sec, ...), and Vimium fails in computing scrolling...
Vimium can work with `behavior: 'smooth'` - only when the "Use smooth scrolling" is disabled and you don't hold on the key of scroll commands.
I also expect this, because some of my XML looks like: ``` 1 results 1 2 results 2 ``` And the order is decided by other applications and can not...
Confirmed. The extension draw links using `z-index: 2147483645`, which is larger than Vimium's, so those markers of LinkHints are covered by anchors.
It's a known limitation of Firefox. Firefox's Reader Mode will replace a web page with its own reader page, by jumping to a browser-private URL. For example, https://support.mozilla.org/en-US/kb/firefox-reader-view-clutter-free-web-pages will be...
um no changes.
U,; this is not a bug, but a feature of Firefox - Firefox hides all information about keyboard layouts when `privacy.resistFingerprinting` is enabled, and as a result Vimium C can...
你们 pytorch 版本太新了,我在 torch==1.9.0+cu111 上测试正常,只是 torch==1.13.1+cu117 就不行了 测试发现是 pytorch 改了 BatchNormalization 的功能,某些时候会增加输出个数,从 1 个增加到 5 个。 Commit 3410752 强行忽略了后几个,应该能跑了。
Hello, v1.99.96 should have fixd this.
第 1.99.0 版修改了一处“获取当前标签页 id”的代码,请再试试。不过我推测问题还在,而且大概是浏览器和窗口管理器的兼容性问题。