Thiago Almeida

Results 17 comments of Thiago Almeida

@Lavdaft I'm using a similar approach but it broke somehow after upgrading angular 8 to 11. We are now facing an issue when the default value is already "All". Did...

Hi @barakl-madlan! Thanks a lot for your contribution! Can I suggest you to format your code please? We use default vscode typescript formatting (cmd + shift + f). Thanks man!

Hi @barakl-madlan! Thanks for showing interest in doing all of the above. =) And thanks for formatting it. Let us know when you finish it. Not sure about the other...

Hmmm nice! Do you still need to add a dependency to `profiles.clj` in order to get the extension working?

Yup. That's one of the benefits of using it. This issue is for those who, for whatever reason, want to connect to an already running nREPL started with boot.

When we didn't have the ability to run our own nrepl, we used to try connecting to an already running nrepl. But we have to remember that those need to...

I think a good start is to check for those dependencies when trying to connect to the repl. If we find out that the configuration is not done correctly, we...

Good idea indeed. I wouldn't worry too much about previous nrepl connections since it is merely the information about the nrepl's server location. It is not something leaky like an...

With #21, we start our own nrepl when the extension is activated. But we still let the user connect to a custom running nrepl. What could we do better here?...

Yup. I completely agree the idea of connection is nonexistent here. Any idea how to do that persistent TCP connection like in our case?