Albert Kaaman

Results 50 comments of Albert Kaaman

Alright, got it to at least load files by making the following changes. It looks like the problem is with numpy's latest versions where they've changed the way implicit casting...

https://github.com/vuetifyjs/vuetify-loader/issues/87

Hm, I thought I removed that already, but maybe I tried and it broke something? I can have a look.

Not sure how we want form to work. With your example, form should of course validate to true if first two inputs have valid inputs. But without writing anything in...

`density="compact"` on `v-timeline` really only specifies that all items appear on one side of the timeline. If the component is constrained in width, the gap will become less https://codepen.io/nekosaur/pen/VwXypPy?editors=101

`multiple` prop does not apply for v-radio-group. radio buttons by their nature are mutually exclusive. the issue here is that it re-uses shared selection control functionality, so that `multiple` still...

@cbehrs Please come to our chat at discord, or create separate bug issues if you feel like something is not working as it should. This issue is specifically about grouping...

The prop is defined as `string | array` in preparation for an eventual group by multiple functionality. But current nothing will happen if you give it an array with more...

I think in theory this might be possible, but I wonder if we can run into problems when the css variable comes from an external stylesheet that is not yet...