Vicente Merlo

Results 7 issues of Vicente Merlo

## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide...

Area: plugin
Topic: completion

#### Description This pull request makes the Elixir version finder use [asdf](https://asdf-vm.com/) when available. It gives a great performance boost, as running `elixir -v` is rather slow: ```bash $ time...

### Elixir and Erlang/OTP versions Erlang/OTP 25 [erts-13.0.3] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit:ns] IEx 1.13.4 (compiled with Erlang/OTP 25) ### Operating system MacOS Monterey 12.6 ### Current behavior Hey...

Hey there! 🖖 Small nit, there is a broken link in the main Tourmaline module docs: https://tourmaline.dev/api_reference/Tourmaline/#Tourmaline The `cookbook` link does not exist. This pull request replaces it with a...

Hey folks! 🖖 Thanks for the excellent library, httpoison is awesome. I ran into an issue where all my requests were failing with the `checkout_failure` error reason. After some debugging,...

Hey folks! As noted by @cgrothaus in https://github.com/elixir-mint/castore/pull/67#issuecomment-2068543434, the `Outdated` CI pipeline mistakenly bumps the library version and creates a new release whenever the curl command fails: https://github.com/elixir-mint/castore/actions/runs/8761722399/job/24048599140 ``` SHA256...

bug