Stan Bashtavenko

Results 7 issues of Stan Bashtavenko

### Description of the bug: Please see full description in [JetBrains](https://youtrack.jetbrains.com/issue/CPP-38861#focus=Comments-27-9839704.0-0).Ba ### Which category does this issue belong to? CLion ### What's the simplest, easiest way to reproduce this bug?...

type: bug
product: CLion
awaiting-maintainer

# 🐞 bug report ### Affected Rule ``` bazel_dep(name = "rules_python", version = "0.32.2") pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip") pip.parse( hub_name = "pip_deps", python_version = "3.11", requirements_lock = "//:requirements.txt", ) use_repo(pip,...

type: bug
type: documentation
help wanted

rules_foreign_cc version 0.15.0 fails on Windows when building cmake targets (specifically OpenCV) due to an internal pkgconfig tool build failure. The same build works fine on Linux and Mac. **Environment:**...

With this dependencies on Mac ``` bazel_dep(name = "rules_foreign_cc", version = "0.15.0") bazel_dep(name = "rules_cc", version = "0.1.2") bazel_dep(name = "rules_proto", version = "7.1.0") bazel_dep(name = "googletest", version = "1.17.0")...

Please see https://github.com/nerfstudio-project/nerfstudio/issues/3733 for bit longer explanation. Setting default to the new values in `...nerfstudio_dataset.py` is not strictly required since the default can be updated in CLI argument, but obsolete...

I have been trying to run ` ns-process-data` script and discovered that COLMAP is either out of data or does not work for me. I was going to send a...

I hit roadblocks for installing RTX 5070 on Ubuntu 24. This is not a bug report, but the only solution that I can see is to buy GeForce GTX 1050...