Hauke T.

Results 36 issues of Hauke T.

I'd like to have more control over the way images are compared. The `metric` parameter could easily be added to `gm.CompareOptions`. http://www.graphicsmagick.org/compare.html ```ts interface CompareOptions { file?: string; highlightColor?: string;...

I have file that has only @import rules, but nothing else. This file can not be found in the sourcemap. If I add a dummy comment, the file is in...

enhancement
help wanted

Hi, I have a huge and messy code base. I created a more or less isolated module, which I want to generate type definitions for. `--shake`: I added basic tree-shaking...

Waiting for author of PR

### What is your Scenario? I was looking for a way to inject `userVariables` (introduced in [v1.16.0](https://testcafe.io/403403/release-notes/framework/2021-9-8-testcafe-v1-16-0-released#support-for-custom-user-variables-in-the-configuration-file)) when I start TestCafe via the js API. The only [documented way](userVariables )...

TYPE: enhancement
AREA: docs

Hi, screenshots are unreliable, because resizeWindow is unreliable. [`t.resizeWindow`](https://testcafe.io/documentation/402691/reference/test-api/testcontroller/resizewindow) directly uses Seleniums [`Window.setRect()`](https://www.selenium.dev/documentation/webdriver/interactions/windows/#set-window-size) method, which worked fine for headless mode, but not when used in windowed mode. This should be...

> [Custom] maps can be created by yourself with SAS.Planet application from mostly any online source or converted with MapTiler and other applications from other map formats. I used an...

- Rollup Plugin Name: [@rollup/plugin-swc] - Rollup Plugin Version: 0.3.1 - Rollup Version: 4.18.0 - Operating System (or Browser): Chrome 128 (for example) - Node Version: 20.11.0 - Link to...

### What is your Scenario? I want to test a page that uses WebWorkers with real ES modules. ### What is the Current behavior? The page throws with: `TypeError: WorkerGlobalScope.importScripts:...

TYPE: bug

When opening files created with Fritzing 0.9.1b using Version 0.9.2b, at least for the four pin pushbutton, the pin that is aligned to the grid changed from pin 1 to...

### Have you read the Contributing Guidelines on issues? - [x] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-issues). ### WebdriverIO Version 9.9.3 ### Node.js Version v22.13.1 ### Mode WDIO...

Bug 🐛
Protocol Related