Michael Fortunato
Michael Fortunato
Definitely! Yeah I thought about making a pull request here too, but I'll need to find time after the quarter. Cool to know you think it would be helpful too....
`get_ppr` with `numba>=0.60.0` fails due to `AttributeError: 'tuple' object has no attribute 'name'`
For me, I was getting a llvm-config error with numba < 0.60.0. Patching pyproject.toml to `numba >=0.60.0` fixed it for me (allowed me to run `uv pip install -e ".[dev,full]"`)
I have this question. Looks like it was done in https://github.com/folke/trouble.nvim/pull/302 in 2023 but that code has since been removed.
> Hi, I recently stumbled upon this issue. For me the solution of [@max397574](https://github.com/max397574) didn't work. On investigating further, I realized that the issue can be resolved by applying the...