Dominik Jain

Results 111 comments of Dominik Jain

Thanks, @szazo, we will do additional profiling and benchmarking in the next couple of months and hope to provide improved performance with Tianshou v2 later this year.

Note that version 2.0.0b1 is released on PyPI, so you can also install that directly.

We've improved logging of errors related to the language server lifecycle. Does using the latest version provide any additional information?

This is, most likely, a limitation of ZLS, not Serena. The Zig language server tests currently do not include a test of the rename function, so it is not clear...

#748 is also a Docker-related issue that one should address when looking into the Docker stuff.

Yes, `ide-assistant` was superseded by `ide` and `claude-code`.

Not sure what you mean: You can, in particular, get the raw source code of every symbol by passing `include_body=True` to the `find_symbol` tool - and LLMs frequently make use...

Which problem are you trying to solve and why can't it be solved using the mechanisms Serena already provides. It's not clear to me. Translating between programming languages based on...

Are you sure the LST serves the purpose you want it to serve? Have you validated this approach? (It seems unlikely that it will work as you describe.)