Vignesh Rajasekaran

Results 7 comments of Vignesh Rajasekaran

I had the same issue and it turns out history is indeed copied over to the sub-shells if the .zsh_history is correctly populated - https://github.com/sbstp/kubie/blob/master/src/shell/zsh.rs#L40-L43 It turns out you can...

> Custom ID generation is not permitted So I take it as there are no plans to allow that in this library. As for how it's stored/indexed would it be...

@delner I understand your reservations in using Tracing for this. I also noticed caveats like traces are ignored if they occur too far in the past so I can't retroactively...

I'd like to take a crack at this. I'm not too familiar with LSP nor this repo but from what I see, what needs to be done is, - [FindNodeByPosition](https://github.com/grafana/jsonnet-language-server/blob/main/pkg/ast/processing/find_position.go#L10)...

@CharliePoole I'd like to help with this issue. I looked at the code to figure out where the change is. Here is what I've found. Let me know if I'm...

@ChrisMaddock Just caught up with the other issue thread. Seems like multiple Attributes have this problem. Thanks for letting me know! I'll wait and see how this is fixed 👍