Charles Samborski

Results 45 issues of Charles Samborski

I have an HTML file with markup that can be reduced to the following: ```html

- Initially reported at https://github.com/rust-lang/git2-rs/issues/813#issuecomment-1063449132 - [Full reproduction](https://github.com/demurgos/git2-segfault) - Git2 version `0.14.1`, with the feature `vendored-libgit2` The following Rust programs triggers a segfault due a null pointer dereference in `git_remote_fetch`:...

Hi, Would it be possible to specify the interpolation color space for functions performing color processing (mix, darken, etc.)? The [SVG specification](https://www.w3.org/TR/SVG/painting.html#ColorInterpolationProperties) defines the sRGB and linear RGB color spaces....

enhancement
pr welcome

[`gulp-util`](https://www.npmjs.com/package/gulp-util) has been deprecated recently. Continuing to use this dependency may prevent the use of your library with the recently released version 4 of Gulp, **it is important to replace...

# Context I have a Cargo workspace with multiple members. Inside my workspace, crates should depend on each other. So if my workspace contains both `lib_foo` and `my_bin` depending on...

enhancement
cargo-set-version

During this week, I configured my repo to use GitLab CI to cross-compile to Mac (target `x86_64-apple-darwin`). I figured it out in the end, but it was a bit tricky....

bug
A-darwin

The dataview comparison in `ExtensiveDeepEqualByType` compares the underlying buffers instead of comparing the dataviews themselves. This means that the following dataviews are treated as different even if they represent the...

enhancement

The last line of `entriesEqual` throws the following error in my test cases: ``` TypeError: Cannot convert object to primitive value at Array.toString (native) at Array.sort (native) [...] ``` Here...

### Problem Occasionally, crates release a semver-violating version that causes breakage when consumed. Cargo currently has two main features to address this issue: 1. Crate authors can mark the offending...

C-feature-request
A-dependency-resolution
A-patch
S-needs-info

I'd like to use this library as a dependency of a Typescript project but there are no type definitions currently (even on DT) so it's harder to integrate. It would...