wehrstedt

Results 13 issues of wehrstedt

Hi, I found this plugin and hoped that this will support formatting the linebreak-style, eol-last and indent. I added the following to my .eslintrc.json file: ``` "linebreak-style": [ "error", "windows"...

closed https://github.com/nervetattoo/banner-card/pull/101 and created a new MR because i made changes on my master branch

**Describe the bug** I tried to use the linked container feature to make sure my containers are stopped in the correct order before watchtower updates the services. I tried multiple...

Type: Bug
Priority: Medium
Status: Available

I'm using `Map` in my client code. I passed an array to the constructor as it is supported in several runtimes, but not in IE. This does not work, the...

I have the following code: ```js /** @type {HTMLSelectElement} */ var visibleFields = document.getElementById("visibleFields"); for (var i = 0; i < visibleFields.selectedOptions.length; i++) { } ``` and my `.browserlistrc` contains...

I used WOL to turn my tv on (via alexa / home assistant). Since rooting this feature does not work anymore. I can see in my router that the tv...

bug

Im using the latest version of this package (3.6.0) but the published version of this package is missing functions, e. g. interfaces does not support type parameters (left: repo version,...

See discussion in https://github.com/otris/jsdoc-tsd/issues/56

See https://github.com/otris/jsdoc-tsd/blob/df4e0bc24b18f3305fa3c1ce1a4ef45eec34a164/src/core/jsdoc-tsd-parser.ts#L153

You can do something like this: ``` /** * @typedef {string} SomeType */ /** * @param {SomeType|object} fuu Some string identifier or an object * @param {string} fuu.bar Some property...

help wanted