Bohdan
Bohdan
```powershell (latest windows 11) $ pyenv version * 3.10.8 (set by C:\Users\warch\.pyenv\pyenv-win\version) $ python --version Python 3.10.8 $ pipx install uv $ uv --version uv 0.1.4 ``` On Windows I...
Please add a feature to `unused_deps` to **reliably** detect unused deps in C/C++ libraries/binaries.
Current `setup.py` from master https://github.com/avirshup/DockerMake/blob/master/setup.py#L19 defines dependency: `pyyaml >= 5`. Which is now PyYAML 6. Version 6 made breaking change in `load` function (added mandatory Loader argument), so this package...
Fix #65
Testcontainers Java has this `String ipAddress = container.getHost();` method to get container's host IP address. How to do the same with `testcontainers-rs`?
Current Image supports overriding `entrypoint`, and `env_vars`. I also need to override `command`. Use-case is - I want to run multiple instances of the same server (on different ports), each...
### Describe your use-case which is not covered by existing documentation. Documentation lacks an example which shows how to mock object creation in the pipeline. Specifically, my jenkins controller has...
**Describe the bug** `cargo build` fails for `crates/bitcoin` Last good commit: 94066c995907506454522e49b02180bc35692b52 First bad commit: 76ae882f128eb2731a64e1f6e3ce9abd35bd9ce4 **To Reproduce** I am on Windows WSL (Ubuntu), but I think this will also...
Are there instructions / examples? Brief search did not get results (I did not try to build it though).
Do I understand correctly, that to create new database with codeql for cpp project, it is enough to provide a list of files and build flags? If so, can you...