silverwind
silverwind
I played a bit with this on macOS, but it looks to be impossible to do cross-browser. - Copying from Finder to Safari works and it receives the copied files...
I think the intention of `gopls` is clear here, it reports the line range as an error. The only thing that is a bit unconventional is that `gopls check` is...
It happened again with the go 1.21.8 / 1.22.1 release: https://github.com/actions/setup-go/issues/462
I find it highly concerning that the [recommend](https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages) and only working solution for caching poetry venvs is to install poetry before `setup-python`. It can not be assumed that python is...
@evilhamsterman doesn't really help me if there is simply no `python` installed before `setup-python` ran. Of course one could do workarounds by running `setup-python` twice, but I rather skip on...
> This also makes the assumtion that you have pipx which I do not :) I think `setup-python` does install pip and its variants currently, right?
> > This also makes the assumtion that you have pipx which I do not :) > > I think `setup-python` does install pip and its variants currently, right? Apparently,...
I think the "No project" error is basically "too many large files" in the project and `typescript-language-server` just bails out. In VSCode, one would get such a warning during rename...
I can reproduce the issue when I `include` a `dist` folder with 21MB of compiled Javascript in `tsconfig.json`. Not sure what the threshold is for `typescript-language-server`, but I assume it...
Had a bit of dicussion about http2 in https://github.com/iojs/io.js/pull/1101. Because `https` is just a wrapper for http+tls and because http2 strongly encourages tls, we'd like to see `http` and `https`...