Thanabodee Charoenpiriyakij

Results 190 comments of Thanabodee Charoenpiriyakij

I'm still unclear which one we should use between `segment_to_string` and `segment` since it just differences only unwrap. :(

@jsmestad Sorry for late response. I rebase it already. 🙇

I think we should experiment language server protocol. Since it land, we can make emacs support by configuring lsp-mode to recognize it and solve missing feature in the editor ecosystem...

@TheCoreMan i’ve start explore the lsp on the previous week. The server can start and it connected to the lsp-mode but no any action implement yet. I can share the...

I've done some research on the language server a couple wees ago [here](https://github.com/wingyplus/earthlyls). In the research, I use the library called [jrpc2](github.com/creachadair/jrpc2), it is JSON Rpc library that can parse...

> @wingyplus awesome work on the LS :) Exactly what I wanted to start doing. This is probably a good reference https://github.com/golang/tools/blob/master/internal/lsp/server.go @TheCoreMan Yeah. That is the one I use...

> BTW @andrewsykim has also played around with LSP and came up with a basic implementation here: https://github.com/andrewsykim/earthly-lsp That’s really great!! I will find the time to integrating with the...

@TheCoreMan @vladaionescu Do you still have a backlog in the roadmap?

I'm not sure if we should discuss the error details mentioned in https://github.com/elixir-grpc/grpc/issues/109?