Mickael Chanrion
Mickael Chanrion
Hi! Firstly, thanks for this extension ;) I'm experiencing an issue when I'm tapping some markup in the part of a *.vue file Let met explain: For example, if I...
Hello! Am I the only one who gets a lot confused trying to understand how the `sizes` prop work? At first glance, I assumed that the default [breakpoints](https://image.nuxtjs.org/api/options#screens) were matching...
Fixes the issue #209
When an option is an object (e.i.: headers, queryParams), the defaults are always overridden if defined again. Ex: I think the culprit is located here: https://github.com/nuxt/http/blob/1b9b21e6e51df55079c90c07cc129408912ab609/lib/plugin.js#L85 After updating ky +...
Hello, I tried to use the command `clever link` on a repository that doesn't have a file `.clever.json` and got this error: `[ERROR] Cannot read property 'find' of undefined`. I...
Hey! I'm working on a project that leads me to a specific need: the ability to push new source code to an app without deploying it. For now on, i'm...
Hi, thx for this useful directive. I looked a bit into your code and I think you're not handling the `copy-text-to-clipboard` response correctly. No matter it's a success or a...
I changed the way the callback is handled because we couldn't know if a copy attempt would fail. Now, we can use the `success` and the `failure` callbacks.
Hello! I'm stuck on a 404 while trying to access to any project. I followed the [installation guide](https://github.com/pvtl/docker-dev#installation-) and created a new folder `test` with a file `index.html`. If I...
Hi! When I cmd+click on a file url, it creates a new file instead of opening the good one. For example: `import Carousel from './components/Carousel'` --> will create a file...