William Boman

Results 267 comments of William Boman
trafficstars

Hello! Thanks for the detailed report. I don't believe there's anything that should be addressed in this plugin. I believe the problem is that `nvim-lspconfig` is configured to [look for...

Yeah that would probably be a better place. Note that nvim-lspconfig configurations are technically "unsupported" and best-effort. To me it sounds like this relates to project setups that are more...

Hey so this was due to how caching was configured in the API service. Only mason-org/mason-registry had low cache expirations while other repositories defaulted to 30 minute expiration. This should...

Yeah I've seen that field in the API earlier. In order to parse that field properly there'd need to be a PEP440-compatible implementation somewhere. There's a https://docs.rs/pep440_rs/latest/pep440_rs/ crate which could...

I think a simpler implementation would suffice, I'd wager most version specifiers in that particular field are simple in nature so we don't need to support the full version specifier...

@dgdsingen Would you mind trying #1725 (branch `feat/pypi-check-supported-python-versions`) and see if it behaves in a manner you'd expect it to?

Perfect, thanks! I'll close this PR in favour of that one.

I think this would make sense. The only drawback is that the `fetch` function technically supports all HTTP verbs, not just `GET` and `POST` (although `GET` is the only method...

@fredrikfoss Would you be able to verify that the latest changes still work as expected? I've tried with GNU wget and it seems fine. edit: Tested in a clean `alpine`...

Hello! In neovim, what's your `:echo &shell` and `echo $PATHEXT` values? Are you running neovim inside WSL somehow?