-
*Note: We also welcome PRs to fix bugs! This helps us take action faster where a bug has been identified!*
For our official CircleCI Docker Convenience Image support policy, please see [CircleCI do…
-
**Bug category**
- [x] *bug - compilation error*
- [ ] *bug - compilation warning*
- [ ] *bug - runtime error*
- [ ] *bug - runtime warning*
- [ ] *bug - logic error*
**Matplot++ Version**
…
-
**Describe the bug**
At the moment the last Node LTS is 22.11.0, but we install version 20.
I tried to use the [orb](https://github.com/circleci-public/node-orb) but it failed because of yarn vers…
-
## Describe Request:
Currently, the executor for the `check` job is hard-coded as the following:
```
docker:
- image: cimg/base:
```
When using this job internally, we are running into an …
-
**Describe the bug**
Caching venv si common practice [as documented](https://circleci.com/docs/caching/). However, on `cimg/python`, `python -m venv venv` produces a virtual environment with a symlin…
-
While doing some profiling on our R [imager package](https://github.com/asgr/imager) that uses CImg underneath, I found that the fundamental `CImg::get_warp` operation allocates the output `CImg` obje…
-
Hello,
I continue to receive an "invalid cmg_in" error when I try to run the docker for skull stripping. Do you have recommendations/examples on how I should orient the volume to ensure they are m…
-
**Describe the bug**
All cimg/elixir images tagged with patch versions of `1.16` and `1.17` contain the wrong elixir version (patch `.0` instead of what is tagged):
- images tagged with `1.16.1`, …
-
For our official CircleCI Docker Convenience Image support policy, please see [CircleCI docs](https://circleci.com/docs/convenience-images-support-policy).
This policy outlines the release, update,…
-
Can't figure out why this code runs OK :
#include "CImg.h"
using namespace cimg_library;
typedef unsigned char u8 ;
int main (int argc,char **argv)
{
u8 m= 0; int del = 20; int W=del *…