Fábio Antunes
Fábio Antunes
I won't be picking this up in the following months, maybe after summer. Feel free to open a PR if you need this sooner.
How can I follow the progress? Would this issue be closed when this is fixed? or do I need to keep an eye on releases?
yeah I mentioned that when I raised the issue: > Additional Context > I have raised this with terragrunt as well and it seems they managed to fix this by...
I'm getting the same error even though my css is minified, any news on this?
I will add the asset option as soon as https://github.com/morrislaptop/laravel-elixir-useref/issues/7 is solved and starts using your pull request.
I'm facing the same issue: ``` Running tasks: plugin:add:https://github.com/brodysoft/Cordova-SQLitePlugin.git Running "plugin:add:https://github.com/brodysoft/Cordova-SQLitePlugin.git" (plugin) task Warning: undefined is not a function Use --force to continue. Aborted due to warnings. ```
Yes I'm using vim-qf in parallel, to autoclose the windows when I close the buffer related to it I set the wrap by doing: ``` autocmd FileType qf setlocal wrap...
If I use `let g:neomake_open_list = 0` then quickfix won't show when I have any linting issues
Nop, I haven't changed the settings related to those two options. In fact this is my config for qf ``` let g:qf_window_bottom = 0 let g:qf_loclist_window_bottom = 0 let g:qf_auto_resize...