Fredrik Averpil
Fredrik Averpil
> I am personally not in need of windows wheels, but rather the linux ones @Correct-Syntax why not begin there then? You could start with extending the official CI with...
Nice! From what I recall, outdated/incompatible dependencies were pulled in via vcpkg, which is why we created some [ports](https://github.com/fredrikaverpil/oiio-python/tree/master/src/vcpkg/ports). But then also I found wheels built on e.g. MacOS to...
I believe this problem is also hit if you are using your own private pypi repos. All my regular dependencies have hashes, but for all packages installed from our private...
I agree with @mikenerone that it works quite well with `{toxworkdir}/.poetry/bin/poetry install --no-root`. However, this solution is not cross platform compatible. I went and added a pull request towards tox...
Where will tox expect me to define `poetry_experimental_add_locked_dependencies`? Is it in the `[tox]` section or in each testenv?
Thanks, great. And I should still add the `poetry_add_dev_dependencies` in each testenv as well, right?
For what its worth, this workaround has worked for me: https://github.com/fredrikaverpil/dotfiles/blob/219cde0111c613154121a8b2c34956bda859ff9c/nvim-fredrik/lua/plugins/lsp.lua#L88-L96
> @fredrikaverpil thanks for the temp fix. do you know if this has any negative effects? I haven't noticed any side-effects. Works fine here.
@culda I also get this again on macOS and with gopls v0.17.1. I re-enabled [my workaround](https://github.com/neovim/neovim/issues/28058#issuecomment-2210490506). ``` NVIM v0.11.0-dev-1574+gac3859a441 Build type: RelWithDebInfo LuaJIT 2.1.1736781742 Run "nvim -V1 -v" for more...
I found a workaround for Ghostty: Configure it to load as floating ([reference](https://github.com/fredrikaverpil/dotfiles/blob/d5803d31b4f6ee0c567d8f837851e8f68886842d/aerospace.toml#L215-L224)): ```toml [[on-window-detected]] if.app-id = "com.mitchellh.ghostty" run = [ # FIX: this is a workaround for https://github.com/nikitabobko/AeroSpace/issues/68 #...