Ignas Anikevicius

Results 74 issues of Ignas Anikevicius

# 🚀 feature request ### Relevant Rules `pip.parse` ### Description Currently the `pip.parse` needs the `hub_name` parameter, which in reality is quite often set to `pypi` or `pip` in the...

type: feature request
type: bzlmod

This PR introduces a new `parse_modules` function in the `pypi/extension.bzl` code to mimic the structure of the `python` extension and to make it easier to write unit tests against the...

This is documenting the current state and closing the last remaining TODO items for 1.0 release. Work towards #1361.

I went through all of the invocations of `ctx.actions.run` and `ctx.actions.run_shell` and it seems that we are setting the `toolchain` args correctly where toolchains are used in the execution of...

With this PR we are introducing a new extension for managing PyPI dependencies and it seems that we would fix #2268 in doing so. The code has been sitting around...

Right now the darwin is `requirements_darwin.txt`, windows is `requirements_windows.txt` and `requirements.txt` is for `linux`. Before we release 1.0, we should make the filenames follow the same convention.

The `gazelle` plugin for `rules_python` as of now has no active maintainer and I would like to create this issue to attract attention. There are a few big users of...

help wanted
gazelle

Before this PR users would need to download unused dependencies to just extract the wheels. The minimum list of deps are - `packaging` and `installer` for our `whl_installer` tool to...

They have been moved to https://github.com/protocolbuffers/protobuf Not sure who would be the best person to reach out about the status of wether the proto rules outside rules_python are useable already.

I noticed that bazel coverage will skip tests written with `rules_testing`. This means that I need to do `bazel test //...` in addition to `bazel coverage //...` and due to...