Bohdan
Bohdan
4 developers work on a single repo. If one developer creates a PR, and he is in the "reviewers" list, action fails with `"Review can not be requested from author"`....
Add argument like `--output-file $X` to save results into a file. Yes I know that I can forward stdout to a file, but I still want this feature to be...
Files: - *.bzl - *.bazel - BUILD - WORKSPACE All these files can contain Starlark language (DSL derived from Python). https://bazel.build/rules/language
Example: bazel script file has extension .bzl (and not yet supported). ``` PS C:\W\bazel_platform> tokei .\utils\arxmlstubgen\gen.py =============================================================================== Language Files Lines Code Comments Blanks =============================================================================== Python 1 924 715 49 160...
Compilation fails: https://godbolt.org/g/cEX1eL
Is it possible to bind a vector of instances like that? ``` std::vector values = {...}; boost::di::bind.to(values) //
 ``` Warning: Tar failed with error: The process 'C:\windows\System32\tar.exe' failed with exit code 1. Ensure BSD tar is installed and on the PATH. ``` Maybe `cache` action should provide...
My project uses `lerna`. When I execute `lerna link convert` - it removes all `devDependencies` from my packages. Then, if I run task `oclif-dev readme`, it fails with this error:...
``` [ 50%] Building CXX object boringssl/crypto/aes/CMakeFiles/aes_test.dir/aes_test.cc.o /Users/bogdan/tools/libquic/boringssl/crypto/aes/aes_test.cc:97:5: error: bool literal returned from 'main' [-Werror,-Wmain] return false; ^ ~~~~~ 1 error generated ``` It seems `aes_test.cc` has a warning, and...
Is it possible to use uv to speed-up `poetry install` on CI?