Maxime Caly

Results 4 issues of Maxime Caly

I have this simple dockerfile: ``` FROM cypress/included:4.12.1 WORKDIR /usr/cypress/ COPY . . RUN npm i RUN cypress run --browser firefox ``` When running this, it fails to connect to...

I've noticed the extension uses local storage to store the configuration. We could use https://developer.chrome.com/apps/storage instead to keep the configuration synced onto different computers logged into the same google account.

enhancement

I was going through the documentation for `helm rollback` and it seems like providing `0` as the second argument is also equivalent to omitting the second argument. Would it be...

## Description This PR allows using CSS gradients without touching any of the javascript files or extension code. By adding `background: var(--container-background-color);` to `style.css` we enable users to do the...