Łukasz Rekucki
Łukasz Rekucki
JUnit5 allows grouping tests by nesting test classes with ``@Nested`` annotation. Citing [JUnit's documentation](https://junit.org/junit5/docs/current/user-guide/#writing-tests-nested): > Only non-static nested classes (i.e. inner classes) can serve as @Nested test classes. Nesting can...
While related to conventional-changelog/commitlint#3256 bug, I think this could be solved in the hooks as pre-commit already provides a (mostly) isolated node environment. Instead of running the CLI directly, the...
### What happened? I am able to successfully build a working image by adding ":tarball" target to ```e2e/js_image_oci```. I tried to do the same on a copy of ```e2e/js_image_oci```, but...
### What happened? I'm trying to convert an existing project into rules_js + rules_oci. The examples suggests that it should be fine to use ```js_binary``` combined with ```js_image_layer``` as input...
I have a simple project that uses Bazel 6.3 and bzlmod: ```bazel,name=MODULE.bazel bazel_dep(name = "bazel_skylib", version = "1.4.1") bazel_dep(name = "rules_jvm_external", version = "5.3") bazel_dep(name = "contrib_rules_jvm", version = "0.13.0")...
**Describe the bug** Terraform has several commands that do not use the backend or access the state in any way (e.g. ```get```, ```providers```, ```fmt```). But when processing the dependencies, Terragrunt...
- **test python 311 support** (cherry-picked from #4595) - **Replace usage of Enum plus str mixin with StrEnum** # Description # How Has This Been Tested? - [x] Run Unit...
### Mage version v0.9.66 ### Describe the bug In "Version Control" you can set the "Git Init" dir to any folder, even outside of the current project. This never makes...
It is no longer used and can cause import failures if you end up with the wrong Pandas version. # Checklist - [x] The PR is tagged with proper labels...
### What happened? The wrapper around aquery command checks if there are any non-flag arguments provided and if not, presents a prompt to select a preset. This happens even if...