Andrii

Results 59 comments of Andrii

Sure, you can see the URL is localhost:3000, and when I clicked the run button it does a request to play.rust-lang.org ![image](https://github.com/sunface/rust-by-practice/assets/75628709/aab60ba0-7579-4130-aba1-2ea0a1cd85d4)

I agree that current lsp spec is not made for this, and does not support this feature. However, the support of this feature does not require any additional work from...

I have never coded much in lua, or created a plugin, but I will try porting the old rust-tools'es code to make it work as a standalone plugin

>But if the LSP instead transformed the data or made the decision on moving the inlay hints to a different position, all clients would be at the mercy of the...

So when I said that lsp gives you enough info, I lied :) I am trying to implement the plugin myself, but unless I want to have a very crude...

> Could you share when you get it to a working MVP as I can port it for typescript then! Thanks I will

> Stretching one of the graph windows to the full screen width reveals the selector widget taking up almost half (40-50%) of the width, even if much of that space...

> Stretching one of the graph windows to the full screen width reveals the selector widget taking up almost half (40-50%) of the width, even if much of that space...

@LC-Zorg Hi, I did already adress most of the issues you are talking about, just fixing other issues before updating this pr. 1. I changed the buttons to work like...

@LC-Zorg 1. The window is much wider not because of the buttons, but because of me setting minimal width, which I deleted now 2. It is impossible to make the...