J-Sek

Results 29 issues of J-Sek

Some time ago I created ["hacky" way](https://github.com/J-Sek/istanbul-coverage-report-extensions) of getting some UX improvements to HTML Istanbul report. I would love to make these improvements available to all developers, so I plan...

triaged

Really straightforward null-check for onblur handler. I described how I was able to reproduce #34 and this should solve the problem, so people like me will stop seeing it in...

If I understand correctly, the ultimate goal of this project is to do what "Pull Requests" tab is already doing, only better (by ignoring current repository scope). As a user...

enhancement

I generate pages with `[email protected]`. The process succeeds but the pages are not generated due to error. I have tried dynamic import, but it does not work either. ``` ReferenceError:...

## Description VDialog overrides `line-height` and `font-size` forcing me to add very specific CSS overrides to make the UI consistent. `inherit` in context of CSS does not mean "take previous...

T: bug
C: VDialog

## Description Assuming `` makes sense only inside flexbox container, the `height: auto` allows `align-self: stretch` to take effect when container does not have explicit height. Example in [docs](https://vuetifyjs.com/en/components/dividers/#usage) does...

T: bug
C: VDivider

### Environment **Vuetify Version:** 3.6.6 **Vue Version:** 3.4.27 **Browsers:** Chrome 124.0.0.0 **OS:** Linux x86_64 ### Steps to reproduce 1. create flexbox container where height is controlled by it's children 2....

S: triage

## Description As discussed in #19828, the regression can be fixed by applying `length` prop to `width` and `height` instead of `max-width` and `max-height` Additional E2E tests are inspired by...

### Environment **Vuetify Version:** 3.6.7 **Last working version:** 3.6.6 **Vue Version:** 3.4.27 **Browsers:** Chrome 125.0.0.0 **OS:** Linux x86_64 ### Steps to reproduce Place `` with `align-self-center` class and custom `length`...

S: triage

## Description In order to avoid `NaN` we need to decouple "text" model for VTextField and the "exposed" model representing value for VNumberInput's consumer. I don't see it any other...

T: bug
labs
C: VNumberInput