Diego Rocha

Results 5 comments of Diego Rocha

I'm having the same issue, the only solution is to do what @thiagodebastos suggested. ``` NVIM v0.6.0-dev+107-g3d1835967 Build type: Release LuaJIT 2.1.0-beta3 Coc Version 0.0.80 ``` I installed `coc-tailwindcss` through...

@yassinebridi are you using this plugin? It seems to work but looks like it cannot "organize" the classes if you know what I mean. Below is how I installed it....

Ok, as usual after 1 hour I figured out that the only thing I need to do was to comment/remove `home: '/'` in redirect. ```quote home: User will be redirected...

Seems like this `if(value)` is blocking the emit when removing all characters from `searchText`. [Reference](https://github.com/Akryum/vue-mention/blob/f443fee3fd6e1166fba0477ecd45d8405bf6c93a/packages/vue-mention/src/Mentionable.vue#L85) ```js watch(searchText, (value, oldValue) => { if (value) { emit('search', value, oldValue) } }) ```...

I don't think this is a problem related with this libray what so ever. **Your query doesn't work as expected on psql either**. I'm not a sql expert, but I...