Ivo Hedtke
Ivo Hedtke
**Describe the bug** We use the format https://keepachangelog.com/en/1.0.0/ to manage our changelog in a markdown file. This format uses references to link to specific versions in the VCS. We add...
When I use the plugin on the following gradle project ``` plugins { id 'org.cyclonedx.bom' version '1.4.1' id 'com.github.johnrengelman.shadow' version '7.1.2' id 'java' } repositories { mavenCentral() } dependencies {...
I have the case that I sometimes ask for k-means when all input points are identical. Then all distances are zero and thus `std::discrete_distribution` is called with weight vector containing...
Specify library name and version: **yoga/3.0.0** --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan client version close to the [currently deployed](https://github.com/conan-io/conan-center-index/blob/master/.c3i/config_v1.yml#L6). - [x]...
Specify library name and version: **highs/1.7.0** --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan client version close to the [currently deployed](https://github.com/conan-io/conan-center-index/blob/master/.c3i/config_v1.yml#L6). - [x]...
Is the data on https://opensourceindex.io/ automatically updated? It still shows data from 2023, no new data from 2024.
make Var.var private and add a getter that is deprecated This way, the user gets a warning for every usage of a SCIP feature that might be missing in SCIP++
Specify library name and version: **scip/9.0.1** --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan client version close to the [currently deployed](https://github.com/conan-io/conan-center-index/blob/master/.c3i/config_v1.yml#L6). - [x]...
### What is your question? We would like to upgrade the compiler for our projects to GCC12 (or ideally to GCC13), but that would mean we always have to compile...