Ulrich-Matthias Schäfer

Results 73 issues of Ulrich-Matthias Schäfer

Usually, one run of eslint --fix will resolve all fixable erros. However, this plugin needed 4 or 5 runs in my codebase to finally be able to put all methods...

It looks like accessors are not correctly put into the accesor group. My config looks like this: ``` "order": [ "[static-properties]", "[properties]", "[conventional-private-properties]", "constructor", "[static-methods]", "[methods]", "[conventional-private-methods]", "[accessor-pairs]", "[getters]", "[setters]",...

Unfortunately I am forced to use the dist bundle to include the feature into my application (with a good old script tag). I found that you populate the lib methods...

At least not for me. When I try the example from the readme, I always get that getRealPath() is not defined on stdClass

Will there be a version compatible with vue 3?

Changing e.g. the selection of a node is not reflected in the tree itself because it copies the node. Because of that single properties like `isSelected` loose their reactivity. My...

Sometimes I want to run my code no matter what the filter returns. Atm I have to write this for every step: ``` if: steps.changes.outputs.filter1 == 'true' || someOverwriteCondition ==...

Sometimes I want to know if ANY of my filters match something (or nothing). Can we get a special prop `outputs.$has_changes` or something similar to catch those cases?

**What rule do you want to change?** vue/prop-name-casing vue/attribute-hyphenation **Does this change cause the rule to produce more or fewer warnings?** Fewer **How will the change be implemented? (New option,...

in consideration
needs info

I came across the problem that I need to use an express server for my application but want to use webhook, too. It would be cool, to have the ability...