Michael Heuberger

Results 199 issues of Michael Heuberger

Experiencing here a false warning with the latest version. For example in the React component I have this ```js static propTypes = { companyKey: PropTypes.string.isRequired } ``` and further down...

When I run code from command line, i.E. for unit tests through tape, this error gets thrown. Please add an additional check to ensure that `self` is defined. Thx

When I am trying to bundle an app of mine with rollup, I get this error ``` $ rollup -c etc/rollup/dev.js -w bundling... ⚠️ 'default' is not exported by 'node_modules/classlist.js/classList.js'...

seeing that error in my app: "testElement.classList.toggle is not a function" at https://videomail.io/ when using the useragent `Mozilla/5.0 (X11; Linux i686 on x86_64; rv:13.0) Gecko/20120615 Firefox/13.0.1 SeaMonkey/2.10.1` exact location is...

Summary example ``` 27 passing (1m) 2 pending 1 failing ``` You know, you can skip tests with `.skip()` and these appear in the summary at the end under the...

type: feature
semver-major
status: blocked

This comes up when you open the certificate mkcert has generated for you. Under the tab "Certification Path" under "Certificate Status". I've already run `mkcert -install` in Windows Powershell so...

help wanted
Windows

Hello guys mocha is behaving weird with my own global settings. When I add `settings` to `--globals` then no test is run. How to reproduce? In `test/mocha.opts` I have this:...

I am still having this problem, the similar issue mentioned https://github.com/powerline/powerline/issues/1424 still happens for me. ``` michael-heuberger@abc ~ ❯❯❯ tmux source ~/.tmux.conf 'powerline-config tmux setup' returned 127 ``` Setting up...

Figuring out a simple solution how to lint a file that has changed recently with standardjs very easily. Without additional packages. Has anyone such a recipe and is willing to...

Yeah, this is weird. When no file has changed, I can cancel gulp with once CTRL-C. But when nodemon has restarted due to a file change, then I have to...