Conner Nilsen

Results 91 comments of Conner Nilsen

Just want to update here, I have PRs open for `neovim/nvim-lspconfig` and `mason-org/mason-registry` right now, we're just waiting on approval (it seems like Mason is ready to go once lspconfig...

> A nice little trick is just installing Pyrefly globally with uv: > `uv tool install pyrefly` Ooh good to know, I'll add that into our docs once we're merged...

Alright, it took a while, but I was finally able to finish up writing the [documentation for setting up Pyrefly in Neovim](https://pyrefly.org/en/docs/IDE/#neovim), as well as getting Pyrefly configs into [mason-org/mason-repository](https://github.com/mason-org/mason-registry/blob/main/packages/pyrefly/package.yaml)...

Hey @dxvidparham, thanks for reporting this! I have it on my list to support Poetry in environment auto configuration, but haven't made it around to that yet. Hopefully soon you'll...

Hey @dxvidparham, sorry for the late reply, I was out for a lot of last week and catching up this week. Yeah, the `site_package_path` your provided looks wrong for what...

Hey @komodovaran, thanks for posting your issue! The problem here is that if the import root is `src`, so you should actually be importing from there with `from lib.libfile import...

Glad you were able to get it working! Please let us know if you have other issues.

The `which` library we use *should* work for windows as well. Also, I'm pretty sure `pyrefly init` should not add an interpreter to the config unless we're migrating from another...

Oh interesting, I wasn't aware of `py`/`py.exe` as a Windows launcher, so I didn't include that in the search for an executable. Quick question, if you run `py -3.13 -c...

@yangdanny97 I'm actually not sure that will fix the problem here. @alan-isaac can you open a new issue for this and tag me on it? I have a possible solution,...