Łukasz ISU Biedroń

Results 9 issues of Łukasz ISU Biedroń

Hi, I have problem with remove function. Version: `"vue-upload-component": "^2.8.22",` I copied remove function form example: https://github.com/lian-yue/vue-upload-component/blob/master/docs/views/examples/Full.vue And I'm listing files like in example and tried to use remove like...

Hey, Im getting correct GTM code from backend API. So I get data after `nuxtServerInit` How I can init GTM after this? I tried to use plugins, but those are...

Hi, I tried to use https://oliv.github.io/leaflet-polycolor/ I'm able to add plycolor to map Doing: ```js import L from 'leaflet'; import leafletPolycolor from 'leaflet-polycolor'; leafletPolycolor(L); ... const rideColorLine = L.polycolor( createLatLangFromRoute(rwgps.ride_info),...

Add example of accessing leaflet api using composition and options API.

Hey, Basically `$ PHPLOY_PORT="21" PHPLOY_HOST="myftphost.com" PHPLOY_USER="ftp" PHPLOY_PASS="ftp-password" PHPLOY_PATH="/home/user/public_html/example.com"` can't be used in Windows Powershell because it thinks `PHPLOY_PORT` etc, are commands. Is there a way to make it possible? something...

Hi. There is no problem if Nuxt is set as non SSR in nuxt.config.js - `ssr: false` But I'm using Nuxt because I need SSR. And sadly I see error...

Hi, I just wonder if is there a way to place the graph out of the map or below/above map container? current implementation is ok only if we are using...

Hey, Is there any method that allow to destrony/unser/remove or smth created instance?

Hello, I have ajax/wp api based theme, and plugin wont work. I tried to run shortcode using custom endpoint with ``` ob_start(); echo do_shortcode("[vimeography cache='0' id='{$id}']"); $vimeoFeed = ob_get_contents(); ob_end_clean();...