Alessandro Scandone

Results 15 comments of Alessandro Scandone

@lpil I managed to implement the "View on hexdocs" functionality only for hex dependencies. Is it still possible for the link to go 404 if the dependency is published on...

I'd like to give it a try. I've got a WIP here https://github.com/gleam-lang/gleam/pull/3312

Hi @lpil the PR is almost ready for review. Is it ok for it to implement the feature _without_ including a switch in the config (for now)? If not, could...

> > Is it ok for it to implement the feature without including a switch in the config (for now)? > > How would the programmer turn it on in...

@lpil I think that should be it 🙂 (sorry for the ping, I didn't know if marking the PR as ready already sends you a notification)

@lpil I've updated the PR with the description of how to turn the feature on. In general, it requires setting to `true` the `gleam.inlayHints.pipelines` client config option, but every editor...

Sorry for keeping it open for a long time; I had less time recently but I might able to make it to the finish line in the following days

> Hello! Sorry, just catch up after my holiday. Is this ready for review? Hi Louis, sorry about the wait - I have been a little busy too. There are...

Hey @lpil everything should be good to go, except for this couple of bits where I am not sure how to handle error within `MessageBuffer` handlers https://github.com/gleam-lang/gleam/blob/8b63e339d3f28bf123fba4ac835465830d134c12/compiler-core/src/language_server/messages.rs#L253-L257 https://github.com/gleam-lang/gleam/blob/8b63e339d3f28bf123fba4ac835465830d134c12/compiler-core/src/language_server/messages.rs#L271-L280 Should I...

@lpil Hello! Any news?