Ignas Anikevicius

Results 74 issues of Ignas Anikevicius

Consider using https://github.com/bazelbuild/bazel-gazelle/blob/master/extend.md#gazelle_generation_test in our `gazelle` plugin tests

help wanted
gazelle

# 🚀 feature request ### Relevant Rules `pip.parse` with `experimental_index_url` set to a non-empty value. ### Description Quite often the users create a `requirements.txt` file by just using `pip freeze`....

Just creating this as a placeholder for discussions and documenting some thoughts/findings. `rules_uv` is doing its job well and replicating the functionality in `rules_python` would be duplicate effort. However, `rules_uv`...

type: feature request
type: pip

For context see: https://bazelbuild.slack.com/archives/CA306CEV6/p1719321260320259?thread_ts=1715871259.645269&cid=CA306CEV6 Some of our users have a lot of unique packages (e.g. 700+) and the fetching of PyPI index metadata takes a lot of time. This has...

It seems that the Python `lakefs` SDK, client, etc do not support a global retry policy. This would be super useful, because we could write simpler application code that relies...

contributor
P2
feature-request

Before the PR users would not be able to override various things configured by `rules_python` when it comes to downloading toolchains. In the WORKSPACE world, they would be able to...

Based on https://github.com/bazelbuild/rules_python/pull/1067/#issuecomment-2282845919 Once the issue is fixed upstream, we can remove our workaround.

We add two jobs for the bzlmod example to test that lockfile is platform independent. Then we also add a .bazelversion file to the example so that the lockfile is...

See the log in https://github.com/bazelbuild/rules_python/pull/2126. The main problem is that the sdist is not ignored when repacking the wheel after patching the contents after building it.

type: bug
type: pip

WIP - this is to discuss an interface for allowing users to better customize the build process. Once this is defined, we can then implement something for allowing users to...