John Vandenberg

Results 1423 issues of John Vandenberg

`cargo test` fails with two errors atm, one is ``` error: use of unstable library feature `rustc_encodable_decodable`: derive macro for `rustc-serialize`; should not be used in new code --> tests/passthru_derive.rs:13:1...

Fixes https://github.com/DanielKeep/rust-custom-derive/issues/42

https://github.com/DanielKeep/rust-custom-derive/blob/53b7b2e/tests/derive-name-proc/Cargo.toml#L13 specifies dep ```toml syn = "0.10.0" ``` However on https://crates.io/crates/syn/versions that version has now been yanked.

I have the following config ```toml [[PackageOverrides]] group = "dev" license.ignore = true ``` When I run `osv-scanner --experimental-licenses-summary pnpm-lock.yaml` , the summary contains the same list as when I...

bug
enhancement
backlog

osv-scanner doesnt detect yanked versions, such as yanked crate version https://crates.io/crates/url/2.5.3 deps.dev knows this version is deprecated - see https://deps.dev/cargo/url/2.5.3 There is no CVE listed for this https://osv.dev/list?q=url&ecosystem=crates.io But given...

enhancement
good first issue

**How are you using generate-license-file?** Library **Is your feature request related to a problem? Please describe.** We only use this tool as a library because we want to emit the...

enhancement

I have a near identical setup on linux. After applying the diff on https://github.com/GoogleCloudPlatform/wsi-to-dicom-converter/issues/120 On macos I am seeing ``` build % cmake .. -DCMAKE_C_COMPILER=gcc-14 -DCMAKE_CXX_COMPILER=g++-14 \CMake Deprecation Warning at...

Using openslide v4, with its DICOM support enabled, I am able to run `wsi2dcm` with a level 0 .dcm as the input file, however it doesnt seem to want to...

I have abseil and openslide dev packages provided by my distro, openSUSE Tumbleweed, and so needed to change the `CMakeLists.txt`. Would be good if this was automated using cmake. ```patch...