Xavier Chevalier

Results 7 comments of Xavier Chevalier

You can also create an `index.scss` with ```scss @import "tailwindcss/base"; // @tailwind base; @import "tailwindcss/components"; // @tailwind components; @import "./element-plus-theming"; // Your Element Plus overrides @import "tailwindcss/utilities"; // @tailwind utilities;...

Cypress origin and custom commands doesn't work with TypeScript ? ```typescript cy.origin( Cypress.env('BASE_URL_SHOP'), () => { Cypress.require('../support/commands') cy.checkIfLinksAreDeadOnPage('/') } ) ``` ``` cy.origin() failed to run the callback function due...

Personally, I forget to unable the `Enable default Docker socket`. It's allows to `creates /var/run/docker.sock which some third-party clients may use to communicate with Docker Desktop`. To solve this, go...

I have the same issue actually. Any news about this?