David Ross
David Ross
Thanks for helping out. Why do you no longer use this plugin? So there seems to be some new events added to ALE and I have added them to the...
Thanks for clarifying. In that case https://github.com/WeblateOrg/weblate/issues/7880 persists. We were not receiving and are still not receiving fedora messages when new source strings are created. To be specific I mean...
We are seeing this error sometimes even when the file successfully uploads (it appears in the component ui with the phrases translated). Other times this error occurs when the file...
Deleting the dir `vim-jsx/after/indent/` seems to do the trick. However, it would be nice and cleaner to have a simple option available to turn it off in your vimrc.
`let g:ag_default_open_style = 'noreplace'` did not work for me. However, the below snippets did make `Ag!` the default behaviour. ``` cnoreabbrev Ag Ag! nnoremap a :Ag! ```