Neil Girdhar
Neil Girdhar
`noqa-next` is a cool idea. If we're going down that road, you could also have: * `noqa-file`: At the top of a file to indicate blocking the whole file. *...
@zanieb What are those like?
How about `VIRTUAL_ENV="$(pyenv root)/versions/$(pyenv version-name)"`?
@tbenthompson If you do file an issue, could you link it here so that I can watch it? Also, it may be worth linking https://github.com/google/jax/issues/5410 so that both issues can...
> Array creation and manipulations are fundamentally much more performant than us non-natively manipulating indices at Cython or Python level. I'm not sure if it was clear from the issue...
> No it does. You can use exactly what we are doing with first getting the array namespace and check if it has linalg in it and push it there....
Makes sense. Didn't know about the special functions extension! But I guess from this discussion, this wouldn't belong there. Not sure where it belongs.
@dimitarvp I do it all on one line: `nvim --headless +Lazy! update +TSUpdate +q`, and I update over sync.
@Zeioth Doesn't seem to work for me. Do I need to call a setup function?
@Zeioth Thank you for taking the time to make this tool. FYI I'm running into another major problem whereby `:LspRestart` is non-existent unless `:Mason` is called first. Removing the `MasonUpdateAll`...