Dmitry Kann
Dmitry Kann
Hmmm. I don't really see that happening:  It seems the scroll position isn't affected after drag-n-drop.
I think I see your point. The scroll position gets reset so the item currently being played (paused) is in view. I'll see what can be done. As a workaround...
When installing from .deb, did it also install `gir1.2-ayatanaappindicator3-0.1` or `gir1.2-appindicator3-0.1`? One of those is actually responsible for rendering a "system tray." I'm not that familiar with XFCE, but nonetheless,...
Closing until more details are provided.
I managed to successfully add LinkedIn login using the standard OIDC provider. In the end it turned out to be not that much different from other `goth` providers. You may...
A workaround for the impatient: edit the file `~/.local/share/gnome-shell/extensions/system-monitor[-next]@paradoxxx.zero.gmail.com/metadata.json` and add `"44"` to the list: ```json ... "42", "43", "44" ... ``` Then restart the shell (Alt+F2 → r →...
Yes agreed, might be useful.
The same seems to apply to ``. Which is a bit annoying since you can type it in there by hand, but not using Cypress.
> https://link.medium.com/27VUqMYqHqb Not sure how that is relevant to my problem...
Hi @marktnoonan, I managed to create a minimal project that reproduces the issue: [cypress-10.tar.gz](https://github.com/cypress-io/cypress/files/8876463/cypress-10.tar.gz). What I figured out is that it's apparently down to `tsconfig.json` in the root: ```json {...