Ravindu Liyanapathirana

Results 22 comments of Ravindu Liyanapathirana

@colebemis I suggest archiving the repo to indicate that this project is no longer maintained 💁‍♀️.

I had a quick look at the cookie banner gallery linked in https://github.com/philc/vimium/issues/4068#issue-1255732393 and this seems to be a z-index issue. 🤔 ![Screenshot of the OneTrust cookie banner gallery linked...

@JulianDeal I can't seem to find a cookie banner on the page you linked, but there is a "try in sandbox" button that redirects to https://try.devowl.io, which shows a cookie...

Sidenote: reading about [how stacking occurs without `z-index`](https://developer.mozilla.org/docs/Web/CSS/CSS_positioned_layout/Understanding_z-index/Stacking_without_z-index), I guess Vimium could rotate markers by repositioning elements within the container. Something like https://stackblitz.com/edit/ravinduwu-misc-rotate-vimium-marker-no-z?file=script.js%3AL6

I'm using a little program that uses [SharpHook](https://sharphook.tolik.io/v5.3.2/) to remap Win to Win+Space (which is my PowerToys Run activation shortcut) until this is resolved 😅. https://github.com/ravindUwU/dotfiles/blob/aeba39b27dfde83f7da565ce427f2239f7df4ea0/cs/Dotfiles.RemapLWin/Program.cs#L34-L72

Any reason `wt --help` and `wt --version` are GUI-based (dialog boxes) instead of text-based (printing to stdout like other CLI utilities)? 🤔

As an interim solution, I added some "padding" to the bottom of the scrollable parent to ensure that the container stays scrollable. Pinging #341 . Demo: https://stackblitz.com/edit/ravinduwu-ngx-infinite-scroll-parent-taller-than-items?file=src%2Fapp.component.html

> bonus points for just loading the right file from the docs.microsoft URL, so that it's localized ...with a nicely formatted offline fallback, sure 😄

I keep encountering this sometimes, but only during HMR replacements. @joewIST are you using HMR by any chance? I'm on `16.0.0`.

While link hints that are appended to the body don't work because ``s [seem to have their own "layer"](https://stackoverflow.com/a/41816764), ```html ``` ...we might be able to fix this by including...