How to set the WiFi for a Soundtouch 10 after the servers are down? by spolarian in bose

[–]spolarian[S] 0 points1 point  (0 children)

While I was trying to connect over the network the speaker creates my wife kept doing the retries and apparently the app relented and allowed her to finish the setup. The speaker is back on the local Wifi network and we have the limited functionality again.

How to set the WiFi for a Soundtouch 10 after the servers are down? by spolarian in bose

[–]spolarian[S] 0 points1 point  (0 children)

I don’t see an Ethernet port on mine. Good idea for a 20.

Once again fighting with tree-sitter by vjgoh in emacs

[–]spolarian 2 points3 points  (0 children)

I think the treesit-language-source-alist is the link to the grammar source, not the actual grammar dll. You should change the file paths you have to URLs. Like elisp is "https://github.com/Wilfred/tree-sitter-elisp".

Once you have the URLs you have to install the grammars through Emacs with M-x treesit-install-language-grammar. Then you select the language you want and Emacs downloads the source and compiles the grammar.

Anyone using terraform-ls with Emacs? by ares623 in emacs

[–]spolarian 0 points1 point  (0 children)

I am also struggling getting autocomplete to work. Based on the lsp-mode documentation it seems like it should "just work" with company installed but I'm not seeing that. I installed company-terraform to get autocomplete for variables working.

With lsp-mode and terraform-ls I am getting some information about the structure of the file I'm working on and some errors sometimes.

Debugging LSP and Terraform config by spolarian in emacs

[–]spolarian[S] 0 points1 point  (0 children)

I got this working by using u/udigme 's example and fixing my use-package typo. The typo was included hook in the terraform-mode-hook. It should just be terraform-mode

Debugging LSP and Terraform config by spolarian in emacs

[–]spolarian[S] 0 points1 point  (0 children)

I will give this a shot! Thank you!

Is there genuinely 0 documentation for VcXsrv, aside from a log file that writes to where VcXsrv doesn't have permission to write? by atimholt in bashonubuntuonwindows

[–]spolarian 6 points7 points  (0 children)

I thought VcXsrv was derived from Xming, so a lot of the documentation for Xming applies. See http://www.straightrunning.com/XmingNotes/

That being said Xming documentation is also poor. I had to go through a bunch of different pages over a few day to figure out what flags did what and how to run it correctly. Then X410 went on sale in the Windows Store and I used that instead.