-
Using the conanfile below, I'm trying to make Debug package compatible with Release.
```
from conan import ConanFile
class DemoConan(ConanFile):
name = "demo"
version = "1.0.0"
…
-
Currently, on Linux and MacOs, we don't do anything special to allow library binaries to be relocated on the file system and so as a result they are not. This is something we have intentionally ignore…
-
Installation details are as follows:
```
C:\Users\angelfish>pip install spyder
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting spyder
Downloading https://pypi.tuna.tsi…
-
Checklist:
* [X] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [X] I've included steps to reproduce the bug.
* [X] I've pasted the output of `argocd version`.
*…
-
### Guidelines
- [X] I have encountered this bug in the [latest release of FreeTube](https://github.com/FreeTubeApp/FreeTube/releases).
- [X] I have encountered this bug in the [official downloads of…
-
- **Poetry version**: 1.4.2
- **Python version**: 3.11.2
- **OS version and name**: Windows 10
- **pyproject.toml**:
- [🚀] I am on the [latest](https://github.com/python-poetry/poet…
-
# Short Question Description
Is it possible to extend the existing metadata and policies directories and/or add more metrics to it?
Hello, first of all congratulations on the project!
I am having…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.20rc3 linux/amd64
### Does this issue reproduce with the latest release?
Yes.
### What operating s…
-
To be implemented and backported when Erlang 26 is released:
* [x] Support `custom_options: [sort_maps: true]` for sorting maps
* [x] Make the suite resilient to unordered maps
* [x] Give t…
-
Hello, I am trying to install cJSON with CMake's FetchContent and I managed to do it but I find it strange that the header files are not included in the `cjson` target.
I am not an expert with CMak…