David Vo
David Vo
Helix recently rewrote their injection handling, might be of interest here. https://helix-editor.com/news/release-25-07-highlights/#tree-house
I think it'd make sense to not add the `:class:` for builtins, since they're not going to link anyway for pretty much every project using Sphinx.
Revisiting this, it looks like Sphinx tries to link unannotated types automatically, but it won't look in any intersphinx docs. It also turns out the Python docs actually has an...
> BTW: I would rename this bug, there's no "push notifications" going on in element, they're just normal notifications. @amstan I think this is a tracking issue for not showing...
I did try out this PR on x86 macOS, and it appears to work as expected, with the known caveat that if you run VSCode within a nix environment then...
I noted it somewhere once I worked out the mismatching $TMPDIR was the issue. Might be mentioned in the talonhub/community issues. Edit: here we are: https://github.com/talonhub/community/issues/966#issuecomment-1236134227
I think you're just seeing GitHub's eventual consistency behaviour? I see 1 commit with 3 files changed, which I presume is expected.
I'd be happy to try this out on some real files once the corresponding parse-tree PR is merged.
Will this actually solve the problem? I spot checked builds on `main` a couple of months ago and saw total cache misses on builds I expected cache hits from.
> Are you sure it wasn’t a compiler change? It could've been, but that means we should be fixing our Bazel setup to be more hermetic.