Evert Arends

Results 18 comments of Evert Arends

This is almost a blocker to use templ :cry: I'll install vscode for the template side of things for now.

@mohdaqib57 I have used templ in Goland for the past week, it does not have to be a blocker, I keep vscode open just for the .templ files but I...

I am having a related issue on arch: ```[Error - 5:04:57 PM] templ client: couldn't create connection to server. Launching server using command templ failed. Error: spawn templ ENOENT ```...

> I'm having the same issue in arch. When running from the terminal, I can launch the lsp. When using the vs code extension, it can't find the `templ` command...

So sad because this was exactly what I needed for my usecase.

Hey thanks for your reply! If I run pip show socket-engine i get the following: ```TEXT Name: socket.engine Version: 1.0.0 Summary: A universal communication engine Home-page: https://github.com/0xJeremy/socket.engine Author: Jeremy Kanovsky...

Okay, so I removed the package and downloaded the zip file v1 found in releases, and installed it with the following commands: ```BASH unzip python.zip sudo python3.6 -m pip install...

Hey, I just tried this lib and I found the error, it should be get_ALL() instead of getAll(), ```Python data = h.get_ALL("test") ```