Alfie
Alfie
> I found the workaround. > > put this in vim config > > ``` > let g:prettier#config#single_quote = 'true' > let g:prettier#config#trailing_comma = 'all' > ``` This works for...
I had the same issue and I think it was to do with this ``` " use tabs instead of spaces: true, false, or auto (use the expandtab setting). "...
Just wanted to add a big vote in support of doing this. I think it would be one of the main barriers preventing my workplace moving from hugo to eleventy....
Just discovered the same issue in neovim with codeblocks and elm in markdown, I was going to post an issue but instead I guess I'll just follow this thread. In...
For anyone else who is having the same issue, I updated nvim to `v0.9.5` and the issue is no longer effecting me.
> I'm still seeing this crash in elm-language-server 2.8.0, with the helix editor. looks like helix is behind this repo https://github.com/helix-editor/helix/blob/master/languages.toml#L1674 might be an easy PR to make if that...
similar issues on group chats, will try to submit a log when it happens again
would be really nice to configure this
how does this deal with queuing up audio - I have piper / kokoro working via speech-dispatcher on linux but foliate only sends the next chunk of text for TTS...
I'm now fairly certain this was the result of being run on a forked repo, I [detatched from the fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/detaching-a-fork) and it's now working. Looking at the network tab while...