Andrew Marshall
Andrew Marshall
## Summary Applying a style where a color is specified as a resource ID causes an App using Android Plot to crash. ## Expected Results With a style resource such...
Kind of a feature request, kind of a question - I actually already have a functional JPEG-LS plugin created using [CharLS](https://github.com/team-charls/charls) and ctypes - I was wondering if this is...
http://www.imagemagick.org/Magick++/Image.html#Raw%20Image%20Pixel%20Access states that `Image::getPixels` returns a `PixelPacket*`, however the signature as of 7.05.3 is ```cpp Magick::Quantum *Magick::Image::getPixels(const ssize_t x_,const ssize_t y_, const size_t columns_,const size_t rows_); ``` There don't appear...
Specify library name and version: **glib** Attempt to solve miscellaneous Glib related issues by making the library shared by default. See #11684 --- - [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.md) for...
It would be useful to have some examples showing usage of the CurveZMQ protocol in cppzmq - similar to `stonehouse` etc that exist in CZMQ, PyZMQ and others. If nothing...
Add example using the [Conan](https://docs.conan.io/en/latest/) package manager for C++
The [section](https://docs.fluentbit.io/manual/administration/configuring-fluent-bit/configuration-file) which describes the configuration file omits the following important information - * Where the configuration file is located * How to specify a non-default location to the `fluent-bit`...
## Steps to Reproduce Edit the `doxy_test_clang.json` file so that the `clang-compilation-path` field refers to a file. Eg: ``` "clang": { "clang-compilation-path": "doxy_test_clang.json", ... ``` Run Doxypress with ``` doxypress...
Bit of a weird one - linting failures in the `libtasn1` recipe are affecting a PR for pybind11. See * https://github.com/conan-io/conan-center-index/pull/13283 * https://github.com/conan-io/conan-center-index/actions/runs/3175234622/jobs/5173022659
Specify library name and version: **pixman/0.40.0** Applies the following fix from upstream - [Fix -Wincompatible-function-pointer-types warning](https://gitlab.freedesktop.org/pixman/pixman/-/commit/e0d4403e78a7af8f4be4110ae25e9c3d1ac93a78) as 0.40.0 does not compile under clang-16 otherwise. Applied Conan V2 fixes. ~~Attempted to...