Diego Ortin
Diego Ortin
Al igual que se han añadido gráficas para poder ver el progreso de la distribución y vacunación, sería de gran utilidad tener una gráfica igual para las personas con pauta...
### What happened? When I use `copy_to_directory` in any step of my build, all copied files get included into archives generated with `pkg_tar` and `include_runfiles=True`. This makes it so, in...
### Module location https://github.com/FFmpeg/FFmpeg ### Link to bzlmod issue in the module's repository _No response_ ### Any other context to provide? _No response_ ### Fund our work - [ ]...
### Module location https://github.com/SOCI/soci ### Link to bzlmod issue in the module's repository _No response_ ### Any other context to provide? _No response_ ### Fund our work - [ ]...
### The problem `pkg_tar` automatically detects the executable in `pkg_files`: https://github.com/bazelbuild/rules_pkg/blob/c53ff51070c96b368188f057a6683d97c31b77f7/pkg/private/pkg_files.bzl#L395 And sets its execution bit: https://github.com/bazelbuild/rules_pkg/blob/c53ff51070c96b368188f057a6683d97c31b77f7/pkg/private/pkg_files.bzl#L411 `pkg_rpm` does not seem to do anything similar, so executables end up with...
This fixes a regression at some point from 0.9.1 to 0.10.1, which caused `pkg_tar` to fail when `include_runfiles` was true and some of the sources had data dependencies that were...
A `set` data structure, similar to the one in Python, would be a useful addition. For example, it is sometimes required to ensure no duplicate values exist in a `list`,...
### Description of the feature request: In CLion docstring comments can be automatically generated for Python files, just by typing `"""` below a function declaration and pressing enter. Then the...
### Description of the bug: When you have a `cc_library` target A that depends on other `cc_library` target B, and has an `#include` for it, CLion correctly indexes and recognizes...