Ignas Anikevicius
Ignas Anikevicius
Seems like this is a stale issue, feel free to create a new one if I have missed anything.
I personally don't have time to look into this now, but will review PRs.
Note, that `pyright` is a static type checker https://github.com/microsoft/pyright. Pylense is a closed-source LSP that is only available within VSCode. For now you could use https://github.com/cedarai/rules_pyvenv to create a virtual...
Does the feature in #1710 (and further fixed up in #1719) solve this? The requirements can be taken from a file. The same goes for extras requirements.
@keith, what does the aspect rely on when inspecting the transitive deps? Is there anything in rules_python that we can do to make it easier to work with and more...
It seems that `stardoc` does not support generating `module_extension` docs as my experience in #1189 shows. In that PR I have created an initial documentation file for `extensions.bzl`, which just...
I don't have a Windows machine around so I am happy that you are investigating this and attempting to make building on Windows better. Let me know when you would...
The PR description is the commit message once the PR is merged and the changelog.md file still needs to be modified manually. As for the backstory, having it as a...
LGTM, could you add a changelog entry to the Changed section please?
For now the workaround would be for users to first migrate to the string labels, which should be doable with `sed`, unless there is more to the problem at hand?