Niek van der Maas

Results 215 comments of Niek van der Maas

@jaean123 do you have a simple test script to reproduce this? I have a hard time replicating the issue.

> @Niek reproduced it on visible input with `{ width: 0, height: 0 }`, might happen because of devision to zero, or another weird staff. @shtelzerartem can you please upload...

See #104 This should be solved in `v1.1.19` - feel free to re-open of it still happens.

Sample TS code: ```typescript import * as puppeteer from 'puppeteer' import { createCursor, getRandomPagePoint, installMouseHelper } from 'ghost-cursor' (async () => { const browser = await puppeteer.launch() const page =...

> @Niek how can the speed of the mouse movement be set? > Sometimes it goes too fast and I would like it to have some minimum > Thank you...

`ghost-cursor` expects the element to reside in the main frame, not in a subframe. This can probably be fixed though.

Same here - right now they seem to have dropped the IBAN from the CSV format. I'm starting to think that an Business API -> MT940 connection would be better.

In light of the recent [Docker policy changes](https://blog.alexellis.io/docker-is-deleting-open-source-images/amp/), I would recommend to push to ghcr.io instead. See how to login to ghcr.io here: https://github.com/docker/login-action#github-container-registry In addition, adding a README section...