Flo Edelmann

Results 458 comments of Flo Edelmann

This rule does already exist: https://eslint.vuejs.org/rules/v-on-function-call.html

A new option `"boundOnly"` (instead of `"always"` and `"never"`) would be fine for me. Would you like to implement it? If implemented, this option's docs should link to the explanation...

@jerone By the way, you can opt-in to Firefox's preliminary implementation by enabling the `layout.css.has-selector.enabled` rule in `about:config` (see https://caniuse.com/css-has), which seems to work fine for these three RGH features.

> We can unwrap it only above a certain resolution Might not be needed if this is accepted: * #5707

It could also be enabled on release list pages. Searching (with ctrl+f in the browser) e.g. for breaking changes in packages with many releases is much easier if everything relevant...

@hiroppy Sorry for the ping in this old issue, but given you've already written the code for the autofix, would you fancy opening a PR? I think @jeddy3's comment is...

As a workaround, you can set the `filterBy` prop to a function that always returns true: `() => true`

I found that nesting `oneOf`/`anyOf`/`allOf` causes the issue: **Minimum example schema:** ```json5 { "oneOf": [ // or "allOf" or "anyOf" { "properties": { "speed": { "type": "string" } }, "oneOf":...

I guess it was my change that broke instant theme change. After a restart, the new theme still applies.

@sreichholf I can't look into it until Tuesday. If you want to fix it earlier, I have nothing against that :)