Kal Erikson

Results 40 comments of Kal Erikson

I experienced this issue today. Simple jpg element embedded in a test svg. SVGO failed to remove it. Maybe a different cause, but this seems like it's still an open...

IMHO, this is still relevant. I suspect that when this occurs, maybe the page (or parent container) isn't fully rendered yet when the chart is being initialized. I had the...

I have this issue using plain Vue 3.3.11; same error as OP. With `vue-slider-component@next`, it still does not work for me. `npm install vue-slider-component@next` **package.json:** ``` "vue": "^3.3.11", "vue-slider-component": "^4.1.0-beta.7"...

**UPDATE: WORKING** Using `npm install vue-slider-component@next` (`"vue-slider-component": "^4.1.0-beta.7"`) Still had an error, however as usual, when dealing with mystery, the old trick of deleting `node_modules` and re-installing works. 1. Delete...

What is meant by "transaction"?

Is this still an issue years later? Do we need to manually manage window resize, in relation to iOS (for instance), with Chartist in 2024?

Is it actually desired to show a focus ring around a scrollable area? What happens natively?

Instead of just more presets piled on, how about slider controls for distances and easing? That way anyone can manually tweak the animation properties. Most of the presets are useless...

Re: customizing "padding" ``` :ui={ padding: { '2xs': 'px-1 py-0.5 lg:px-2 lg:py-1', xs: 'px-2 py-1 lg:px-2.5 lg:py-1.5', sm: 'px-2 py-1 lg:px-2.5 lg:py-1.5', md: 'px-2 py-1.5 lg:px-3 lg:py-2', lg: 'px-2.5 py-1.5...

Just sharing my experience, this library _does_ work on my local in a project that also includes Nuxt UI. `modules: ['@nuxt/content', '@nuxt/ui', "@nuxt/image", '@pinia/nuxt', 'nuxt-mail']` Other people have reported similar...