Ignas Anikevicius

Results 504 comments of Ignas Anikevicius

FYI, the `bzlmod` support for `experimental_index_url` feature will be easier to add once #3058 is merged.

`v1.5.4` scope should only include bug fixes and lack of ARM64 support on Windows is not a bug. Whoever is interested in arm64 support in 1.6.0 (I think I'd be...

Added `help_wanted` since it is Windows.

I have realized that this will be (partially?) fixed by #2949 because then the dependency tree will be correctly resolved irrespective of the host platform, but the issue about pulling...

At $dayjob I had a similar usecase where I need to have python interpreter with all dependencies set up and with the way the new thing is setup, I am...

It seems that the requirement to provide the transitive dependencies has not been documented and the `compile_pip_requirements` is only mentioned in our docs in the API description page [here](https://rules-python.readthedocs.io/en/latest/api/python/pip.html#compile_pip_requirements) though...

I think this issue could be something that outside contributors could come and help out - the `whl_library_targets` macro is generating the `py_library` targets that will be consumed by the...

Just cross-linking the issue to the project tracker: https://github.com/juhaku/utoipa/issues/1151

In theory the line https://github.com/juhaku/utoipa/blob/2e19e9a5951a4191b3e607ee42f99bf5618c9a20/utoipa-swagger-ui/src/lib.rs#L156 should include the `embed.rs` file, but it is not working, I think, because the compilation command is not including it. So the build process is...

FYI, `rules_python` is failing due to errors related to `@protobuf`: ``` (13:51:13) ERROR: /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/ec321eb2cc2d0f8f91b676b6d4c66c29/external/protobuf~/python/BUILD.bazel:53:20: in internal_copy_files_impl rule @@protobuf~//python:copied_wkt_proto_files: ``` Let us know when they are ready