Albert Kaaman
Albert Kaaman
I just installed binglide on a variant of Ubuntu, but I get the following error message when trying to open files. I have yet to install numba but from what...
It looks like there are some breaking changes in the coming php-parser 3.0 that results in php-unparser being unable to use its output to unparse. Specifically I had problems with...
closes #3538 ## Description infinite scroll implementation ## Motivation and Context requested feature. also needed internally by date picker ## How Has This Been Tested? playground and cypress ## Markup:...
closes #15581 ## Description ## Motivation and Context ## How Has This Been Tested? ## Markup: ```vue ``` ## Types of changes - [x] Bug fix (non-breaking change which fixes...
## Description ## BREAKING CHANGES - `bench` prop removed ## Motivation and Context ## How Has This Been Tested? ## Markup: ```vue I'm item item {{ item }} (index {{...
## Description closes #15202 same principle as in https://github.com/vuetifyjs/vuetify/pull/15215 ## Motivation and Context ## How Has This Been Tested? ## Markup: ```vue nav drawer Title Something! ``` ## Types of...
## Description Alternative solution to https://github.com/vuetifyjs/vuetify/pull/15140 Here `errorMessages` is always reactive. Not sure if there are scenarios where you'd want the previous behaviour? ## Motivation and Context ## How Has...
## Description Update v-treeview to v3 ## BREAKING CHANGES - no longer supports "active" state. **activatable**, **active**, **active-class**, **multiple-active** props are gone - **color** renamed to **selected-color** - **dense** removed....
## Description ### BREAKING CHANGES - Current implementation does not allow one to manually define complete markup. Instead use `items` prop and `content.*` slots. This hides the large structural differences...
So I found a problem with my implementation of passing wrappers to slots (#93). I've tried investigating the cause but I've come up empty so far. When doing this, the...