Kal Erikson

Results 25 issues of Kal Erikson

It's known that some browsers (e.g. IE11) don't fully support flexbox and/or support an earlier specification of flexbox. While playing this game, it would be nice to know, at any...

In my app I use [MySQL spatial functions](https://dev.mysql.com/doc/refman/8.0/en/spatial-convenience-functions.html) directly in db queries, to filter results based on distance from location (e.g. restaurants near a user). When researching this in the...

Hey, I'd like to use added-files directly, and completely disable any server activity. Ultimately, for our context the end-user is adding a single image and ideally gets imported into a...

Hello, **FAILS:** v-popovers do not clear or open as expected. It takes multiple clicks to achieve correct state, and it's sometimes two popovers appear at once. [https://codesandbox.io/s/vue-js-popover-forked-bb608?file=/src/components/Flyout.vue](https://codesandbox.io/s/vue-js-popover-forked-bb608?file=/src/components/Flyout.vue) **WORKS:** [https://codesandbox.io/s/vue-js-popover-forked-wtu0p?file=/src/components/Flyout.vue](https://codesandbox.io/s/vue-js-popover-forked-wtu0p?file=/src/components/Flyout.vue) Here,...

Hey, great tool! However it suggested some colors unavailable in my TW version: "slate-100", "neutral-900", etc. After some digging I realized these are TW3 colors. Perhaps on your app's page,...

Can someone post a sample Vue implementation?

I'd like to have multiple passwords; is there a quick way to achieve this? Then, perhaps, down the line... talk to an API to check password against db of passwords...

Suggestion: Add click and mouse-over triggers for Presets When browsing presets, it's annoying having to hit the refresh icon. It would be easier to simply click or hover with a...

documentation
enhancement
good first issue

Suggestion: Add code snippets for the presets in the docs. Use case: If you like the preset, but want to customize it, the snippet would act as an easy starting...

documentation

I'm displaying staggered-animations for grid views, and using `@vueuse/motion` for animating the grid items. Everything is working, however I just want to optimize and get more precise. For reasons, I...