Laurens D'Hondt

Results 9 comments of Laurens D'Hondt

@hfhchan, Do you have a Gist of the total solution you've implemented? would love to take a look at the weakmap removal. Perhaps this should be a configurable option?

> Hello, I made a plugin to solve exactly this issue. You may have a look here: https://github.com/tyrion/gridsome-plugin-netlify-cms-paths > > I hope it can be useful, until a proper fix...

@WillianAgostini, Is there a PR already? Or can we help with something to add this feature? I'm having the same issue with a custom protocol on `android` devices and I...

+1 for the unexpected behavior. However, there are ways you can circumvent this. Personally, I fill my grid upfront so every spot is taken. The next thing you can do...

This doesn't apply to Vue3 projects initiated with the Vue CLI (Webpack) I guess? I still encounter the `TypeError: external_commonjs_vue_commonjs2_vue_root_Vue_default.a is not a constructor` problem there.

I could get it to work by: 1. Cloning https://github.com/plc-dev/vue-grid-layout/tree/vue3 2. Checkout to `vue3` branch 3. Build the project by first `yarn install` and then `yarn build` 4. Use the...

Hi @MironenkoDeveloper, I've actually put the built files in the dist folder of the node_modules so I can use the normal way of importing the grid in the Vue project:...

Any reason why the test case of @realityfilter is not enough? Because this is not a capacitor-specific problem. All requests with a different URL scheme (protocol) are impacted, so the...

spotifyApi.createAuthorizeURL(scopes, state) does work on 4.0.0 but it doesn't in 5.0.2... I guess a temporary workaround is downgrading until the issue is resolved.