Stanislav Lashmanov

Results 33 issues of Stanislav Lashmanov

Object spread is not currently supported and probably could be handled with some ugly code (unfortunately). Input: ```javascript const computed = { value() { return this.count + 1; } };...

Basically you can't run preprocessor tests since Stylus breaks it. ``` ParseError: benchmark\cache\bootstrap.css:1952:529 1948| 1949| .was-validated .custom-select:valid, .custom-select.is-valid { 1950| border-color: #28a745; 1951| padding-right: calc((1em + 0.75rem) * 3 /...

[Spec](https://drafts.csswg.org/cssom-view/#dom-element-scrollintoview) Right now you can't really tell if `scrollIntoView` scroll animation has finished nor you can't control the speed of the scroll and it might differ with each browser. So...

cssom-view-1

Some monitors support refresh rates past 144hz which is the highest one available out of the box. It would be nice to have an option to set a custom refresh...

enhancement

This will be very convenient to migrate off the webpack's `raw-loader` for specific file types, which always return a default export from them. ## Before ```js import { plainText }...

### What problem does this feature solve? Components might emit events that can not be statically analyzed. For example `v-model` already does this with the `update:[name || 'modelValue']`. Where `name`...

Change `v-model` behaviour to be in full control over the displayed value. [Rendered RFC](https://github.com/CyberAP/rfcs/blob/fully-controlled-form-elements/active-rfcs/0000-fully-controlled-form-elements.md)

## Summary Add a `fragment` built-in component to allow conditional transparent wrapping. ## Examples ### Conditional wrapper component ```html ``` ### `fragment` component ```html ``` ## Links - [Full Rendered...

Add a `prop` modifier for `v-model` to simplify wrapper components. [Rendered](https://github.com/CyberAP/rfcs/blob/props-model/active-rfcs/0000-props-model.md)

[Rendered RFC](https://github.com/CyberAP/rfcs/blob/rename-scoped-slots-to-slots-with-props/active-rfcs/0000-rename-scoped-slots-to-slots-with-props.md)

docs