Alexey Klimkin
Alexey Klimkin
Considering adding a Conan package to CCI: https://github.com/conan-io/conan-center-index/issues/4262 Could you use tags to implement [semver](https://semver.org/) on the repository, please? That would simplify version tracking in CCI.
Using CMake will make it easier to build the library on variety of systems. You can find a working `CMakeLists.txt` file in this PR for Conan Center Index: https://github.com/conan-io/conan-center-index/pull/3283
I found there is an issue building and running with libelfin v0.2 on SuSE SLES11. The issue fixed in the recent commits to libelfin (after v0.3). Unfortunately there is no...
During initialization `crossbar` prints empty lines to the terminal. Output redirection cannot mute it since `crossbar` writes directly to `/dev/tty`. This is especially annoying when running `crossbar` as a subprocess...
FYI I have made a PR for Conan Center Index: https://github.com/conan-io/conan-center-index/pull/14011 Moving forward would be great to follow more standard semver in tags.
There are two common errors when working with LFS: * Keeping files as general objects after setting LFS attributes (LFS produces a warnings like "Encountered 1 file(s) that should have...
When adding this pattern to detect files built with Bazel, I am getting multiple results for the same test binaries. How can I exclude the ones from the directories "**/Test.runfiles/**"?...
## What does this PR do? Exposes the current opencode session ID and title to child processes via environment variables, enabling user scripts and tools to correlate their work with...
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request ##...