Vinayak Kulkarni

Results 120 comments of Vinayak Kulkarni

FYI, from nuxt 3 onwards, no-ssr is going to be deprecated. ```diff - + ```

Better option with Nuxt is you can have the css in the `css: []` of `nuxt.config.js` ```js /* ** Global CSS */ css: [ 'mapbox-gl/dist/mapbox-gl.css', ], ```

You already have those in this library. Common layer evts: https://soal.github.io/vue-mapbox/api/Layers/#events

> I'm trying to do the same, show popup when I hover over one of MglGeojsonLayer polygons. Is there a way to do that? Even I am trying to achieve...

> @vinayakkulkarni is this project dead I am a bit preoccupied at work and have been away for OSS, will look in this over the weekend

> @vinayakkulkarni Merry Christmas. Have you checked the issue? It probably has to do something with Ping.js which adds timestamp as query param to the ping url. have to dig...

Can you please create a codesandbox or stackblitz repro demo?

For < `v2.3.0`, you need to have VueCompositionApi to be added before using v-offline component., for v2.4.0 which requires vue 2.7, you don't have to use VueCompositionApi anymore as it...

Maybe we can use Husky which provides easy access to `git hooks` e.g.: https://github.com/geospoc/v-mapbox/tree/main/.husky I can setup the hooks if you want @kevinkreiser //edit: added PR #3622