Jakub Frankovič

Results 9 issues of Jakub Frankovič

### Checks - [X] Not a duplicate. - [X] Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics:...

not reproductive

**Version**: 6.7.5 **IDE**: PHPStorm 2021.2.3 **OS**: Win 10 **Problem**: ``` import { useIntervalFn } from "@vueuse/core"; ``` as you can see, I am importing useIntervalFn from @vueuse/core. I didnt notice...

stale

Fixed the example by changing `Google analytics` to `ga` on [THIS API DOCS]([email protected]) page. Like this, I think it is also more intuitive as it does not really make sense...

### Expected Behavior When I do not consent right away but open the setting modal instead, by default the category and all the services under it should be enabled. Thats...

bug
triage

Hello, I want to make ITF-14 barcode. Here is my code: ``` JsBarCode('#test', '9007901', { format: 'ITF-14', lineColor: '#0aa', width: 4, height: 40, displayValue: false, }); ``` Result is javascript...

I have some basic container: ``` ITEM {{ item }} ``` and then second one with behaviour='copy'. The drop-ready event is emitted, when I hover with ghost element for the...

Hi, this plugin is not working after update to PHP STORM 2024.* version. I tried reinstall, dropping indexes, cache, nothing helped.

Hello, first thing, great package! Simple and effective. I have just one thing which came up to my mind when looking and trying it: It would be really nice if...

After update from `"@vue/eslint-config-typescript": "^12.0.0",` to `"@vue/eslint-config-typescript": "^13.0.0",`, the error has shown up: ``` Error: Error while loading rule '@typescript-eslint/consistent-type-imports': You have used a rule which requires parserServices to be...