Luiz Otávio Carvalho

Results 11 comments of Luiz Otávio Carvalho

Hi @mahmoudahrady ! Did you find some solution? Im having the same issue

I was able to find a solution, I updated the nuxt package from 2.12.2 to 2.15.4, after that, the started to appear.

Já existe um package node para isso! https://www.npmjs.com/package/google-trends-api

I'm having the same issue, debugging a little I find out that the method `$_deferredMount` on [Popup.vue]( https://github.com/soal/vue-mapbox/blob/3fbf1c1554/src/components/UI/Popup.vue) is called twice, creating two Popups in DOM, but when it is...

I can confirm that this PR fix the problem, but at this point I don't expect to be merged any time soon, my solution was to use [patch-package](https://www.npmjs.com/package/patch-package) to apply...

I think this issue is just partially resolved, because https://github.com/vuejs/eslint-plugin-vue/pull/2276 only add support to Vuex, not Pinia. With Pinia you have to pass the store as first argument on its...

I could not find a alternative to this package but it was pretty simple to make my own implementation: ```javascript // file modules/healthcheck.js import { fromNodeMiddleware } from 'h3' const...

@lamuertepeluda yes, I aware thats was fixed, but in npm package its still with the old signature. Im asking to @Stezii publish this new version there. https://www.npmjs.com/package/tilestrata-postgismvt

For now, I'm installing direct from github. Heres my package.json ``` { "devDependencies": { "tilestrata": "^2.1.2", "tilestrata-postgismvt": "github:Stezii/tilestrata-postgismvt" } } ```