Eugene

Results 92 comments of Eugene

I was able to fix the exact issue by updating dependencies. ```sh $ docker-compose exec sh # apk update && apk upgrade ``` The buckup script seem to work incorrectly...

This problem also affecting `input-group` and `grid`

Seems the problem is in `@extend`.

Hi @lavrton, thank you for the project! Happy to tell that Vue [v3.0.2](https://github.com/vuejs/vue-next/releases/tag/v3.0.2) is officially released and should be pretty stable after 13 RCs and two minor releases

Hello, I'm also interested in using css-blocks with Vue! There are a couple of notes related to current state notes: > A personal desire of mine is to have this...

In case it is possible to get template AST we could use a standard directive syntax to handle state related logic: ```vue ... export default { data: () => ({...

Thanks for answers guys! > I don't know what it means for something to begin with v-. As mentioned above this is the way how Vue folks can affect DOM...

@yyx990803 Wow, didn't know there is such feature! Anyway, above we discussed using only _syntax_ of directives but process them in compilation phase. Seems custom compiler modules is the right...

Should we cleanup previous publishing records after the ongoing publishing job failed/succeed?

First of all, please ensure, you're using the latest niglty release of the Composer app. This may happen because of NPM giving notice about a new version available and Composer...