Reuben Turk

Results 41 comments of Reuben Turk

@socram8888 could you create a PR from your fork?

Here is a fork of ngx-virtual-scroller that has a reasonable amount of users: https://www.npmjs.com/package/@iharbeck/ngx-virtual-scroller

I also have this problem. It is apparently related to the use of css transforms. I have fixed it with this hack workaround that forces redrawing as you scroll to...

No worries, it doesn't fix the problem 100% but it makes it much less obvious. You can still see the cursor move a little bit in some cases.

I had this same problem with Cypress 9.7.0. I had a test that was doing `cy.get('.my-element').should('be.visible');` and it passed always when I run locally with cypress open, but when I...

Scratch that. I see the difference now.

@fishermans do you intend to try to take over the original project (or have you already tried to contact the author about it) so it can be updated in the...

@CRogers There is a downside to that currently, which is that the configuration for Actions on Save is stored in .idea/workspace.xml, which is something that is not advisable to commit...