John Vandenberg
John Vandenberg
clang v17.0.0 error ``` [ 4%] Building CXX object CMakeFiles/wsi2dcm.dir/src/dcmFileDraft.cpp.o [ 8%] Building CXX object CMakeFiles/wsi2dcm.dir/src/dcmFilePyramidSource.cpp.o /Users/jayvdb/c/wsi-to-dicom-converter/src/dcmFilePyramidSource.cpp:88:16: error: call to constructor of 'DicomImage' is ambiguous 88 | DicomImage img(datasetReader->dataset(), |...
Ping @c-oreills
mise can install zig https://mise.jdx.dev/lang/zig.html#zig
In my CI I was able to get zig installed using ```sh mise settings add idiomatic_version_file_enable_tools "[]" mise use --global zig echo "$HOME/.local/share/mise/shims" >> "$GITHUB_PATH" echo "Added $HOME/.local/share/mise/shims to PATH"...
ping @tamasfe
Author has responded to the issue, yanked the only [version on crates.io](https://crates.io/crates/arc-atomic/versions), and there are no [dependents on crates.io](https://crates.io/crates/arc-atomic/reverse_dependencies).
All versions are yanked, and there are no [OSS dependents on crates.io](https://crates.io/crates/inplace-iter/reverse_dependencies), and no other [usage on GitHub](https://github.com/search?q=inplace-iter+language%3ATOML&type=code&l=TOML). Is an advisory useful in this circumstance? There are other parts of...
ping @lorenzoc25
Appears to be happening at https://github.com/GoogleContainerTools/distroless/pull/1850
I depend on flate2 , and it depends on libz-ng-sys https://crates.io/crates/libz-ng-sys has 18,000 downloads per day and lists repository as https://github.com/rust-lang/libz-sys , which is indeed where the code of that...