Michael Zedeler

Results 12 issues of Michael Zedeler

When I'm using this extension, I use the inspector to see what actions has been dispatched. It would be very useful if the inspector automatically scrolls to the bottom, so...

This modules doesn't play well with parcel and babel 7. package.json: ``` { ... "main": "src/index.js", "scripts": { "start": "parcel html/index.html" }, "devDependencies": { "@babel/core": "^7.6.0", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/preset-env": "^7.6.0",...

It seems that phantomjs now uses `binary` in stead of `phantomPath`.

I'm trying to test an application using both Webmock and Selenium. In order to lock down the environment, Webmock has been set up to disallow all network traffic, including connections...

**Describe the bug** The sequence diagram messages are blurred because they contain a `stroke: #333` CSS attribute, see the image below. It may be something cause by Wiki.js which is...

Type: Bug / Error
Status: Triage

This snippet: ``` var DEBUG = true; function debug(err){ if (DEBUG) { console.log(err); if (err.stack){ console.log(err.stack); } } } ``` Seems to get more in the way than actually helping...

When I run esbuild serve with the `-w` parameter, it dies with this error: ``` 11:55 $ node esbuild.config.mjs -w [watch] build finished, watching for changes... Serving 🍛 Local →...

Is there any reason that esplint doesn't support linting errors as well as warnings?

Binding to the samba related ports (137-139 and 445) in https://github.com/SvenDowideit/dockerfiles/blob/master/samba/setup.sh#L116-L119 doesn't necessarily work because there may be something else listening on those ports. I suggest two fixes: - Making...