Sergei Malchits
Sergei Malchits
Example: https://jsfiddle.net/downace/7ptdq8af/ I have an object which can be `null`. It's a valid state. But when this object is not null, some of its fields should be filled. And I...
Can't get rendered HTML when using shallow: `foo.vue` ```vue {{ title }} {{ body }} import Vue from 'vue'; import Component from 'vue-class-component'; import { Prop } from 'vue-property-decorator'; @Component...
Example: I want to write `Static` decorator which can be used to add non-reactive instance properties with initial value. Something like this: ```javascript const Static = () => { return...
Looks like `hardDelete` feature can't be enabled when using Fluent. At least I can't find some obvious or documented way. The [`SoftDeleteableListener`](https://github.com/doctrine-extensions/DoctrineExtensions/blob/7c0d5aeab0f840d2a18a18c3dc10b0117c597a42/src/SoftDeleteable/SoftDeleteableListener.php#L67) only considers `hardDelete` as enabled if it's explicitly...
### Please answer the following question for yourself before submitting an issue - [x] I checked to make sure that this issue has not already been filed ### AdGuard VPN...
### Expected behavior According to the [docs](https://www.chartjs.org/docs/latest/general/data-structures.html#object), `null` values are allowed for skipped values for Line Charts. The following code should pass the type check: ```ts import { Chart }...
Looks like the `color` function is called only for visible segments, but the `step` value is always in [0,1] range, so it's not consistent and can't be used to identify...
**Tell us about your environment** - **ESLint version:** 9.38.0 - **eslint-plugin-vue version:** 10.5.1 - **eslint-plugin-vue-i18n version:** 4.1.0 - **Node version:** 20.19.5 **Please show your full configuration:** ```js import js from...