JC Puno

Results 33 comments of JC Puno

I cloned your repo and upgraded some modules to the latest version and it seems this issue has been resolved. The exact fix version of the issue is on `vuetify:...

> You can simply pass it as a string: `color:'var(--any-var)'` Tried that but it didn't worked still used the default color.

> You can get the CSS variable value with JS and pass the string to the component's property. > > ``` > const style = getComputedStyle(document.body); > const customColor =...

> I had the same problem. You need to downgrade to "@nuxt/test-utils": "0.2.2". And it works. Tried your solution but having a different error of: ```JavaScript $ jest [fatal] You...

This is related to this bug: https://github.com/vuetifyjs/vuetify/issues/21551 which already has an open PR fix.

You are not considering the height of the header tabs, what you should do is to on `windowItemHeight` is to subtract the height of the header tabs which is at...

FWIW I think Microsoft open sourced their Visual Studio Code again, this project might have hope.

I found a solution on your issue, here is a snippet of the solution: 1. Wrap the `VSlideGroup` in a `div` with a similar style above ```vue //

@Kamiikaze I'd like to ask if you need more help on this?

> Could you share your Cloudflare Access configuration? I believe the service token is not correctly set to bypass on the Access application. Here is my application policy, my service...