Julien Le Coupanec

Results 52 comments of Julien Le Coupanec

Yes the lack of documentation for Gitlab CI is a real pain. I see this issue on a regular basis on the community slack.

You can update the color like this: ```css .vue-content-placeholders-img, .vue-content-placeholders-text__line { background: red !important; } ```

Could we merge this?

Install git. Here is how you can install it in your Dockerfile. ``` RUN apk update RUN apk add git ``` https://dockerlabs.collabnix.com/beginners/dockerfile/lab1_dockerfile_git.html

You can't it's a nuxt module. Trying to figure out also, what would be the best way to make it work with Storybook.

Looking for this too! (thank you for your package 👍)

I am migrating my API to Adonis 5. Interested in a PR for this package?