Hauke T.
Hauke T.
Puh. I wouldn't even know where to start. I have no clue about the interaction between postcss and postcss-import.
here is my minimal-dependency solution to the problem: ```js /** Creates a diff of the given input images, which may have different sizes. * @param {PNG} img1 * @param {PNG}...
Looking at the arguments of Pixelmatch, it is very unlikely to ever support different image sizes out-of-the box. Pixelmatch operates on Buffers. It does not care where these buffers come...
Hi, there was a comment of yours in the sources of `resizeWindow()`: `// this sets the browser size, not the size of the visible screen so output may vary.` This...
Hi, so I created a repository wit numerous configurations: https://github.com/htho/testcafe-browser-provider-selenium-repro-screenshot Please note that [I was unable to test an old Chrome browser](https://github.com/htho/testcafe-browser-provider-selenium-repro-screenshot?tab=readme-ov-file#npm-run-windowsoldchrome-todo). I did not find out yet, how to...
Thanks for the effort you made. Before we continues this discussion, we must make sure we are on the same page. (1) For me the most important requirement is, that...
Hi, I don't have much time today, but I want to share some results with you: https://github.com/htho/testcafe-repro-screenshot-height Notice how innerWidth/innerHeight always passes, regardless of content and scrollbars. For our purpose...
Hi, you may take look at my projects https://github.com/htho/fzz2scad and https://github.com/htho/scadlib Best Regards htho
> Hi @htho . First of all thank you very much for your interest and work towards contribution to npm-dts. Please forgive me being so picky when performing a code...
@vytenisu I have implemented --customAlias and I removed the exportedOnly strategy. What do you think?