jakob

Results 28 issues of jakob

https://github.com/libgit2/libgit2/blob/22f382539d78f69aa91721ad62bbd7229750a043/src/cli/opt.c#L26 When cross-compiling v1.5.0 with MinGW-w64 on Linux, I'm running into an error: ``` src/libgit2-1.5.0/src/cli/opt.c:26:11: fatal error: Windows.h: No such file or directory 26 | # include | ^~~~~~~~~~~ compilation...

Some blendmodes are still unsupported: - [ ] XOR - [ ] Every other line - [ ] Every other pixel - [ ] Buffer #### XOR XOR is tricky...

**See previous discussion on #41**. (Branch typo fixed, hence new PR)

SuperScope code interpretation is missing the following variables: - [ ] `linesize` - [ ] `drawmode` - [ ] `skip` - [ ] `w` - [ ] `h`

torvalds/linux@238e4a5b renamed that VFL_TYPE from GRABBER to VIDEO. Use the new enum name if the kernel header version is >= 5.7.0. Doesn't really depend on, but also doesn't make a...

torvalds/linux@3c13505 broke this driver, requiring the video device's device_caps be set in advance. Set the same device caps that are reported from `vidioc_querycap()`. Fixes #7.

Add -mfentry CFLAG, which resolves ERROR: "mcount" [gspca-kinect2/gspca_main.ko] undefined! on kernels 5.3.0 (occurred on Ubuntu 5.3.0-53-lowlatency). Tested also on default Ubuntu bionic kernel 4.15.0 (which wouldn't need the flag) and...

If `STBI_FAILURE_USERMSG` is set, GCC warns: ``` stb_image.h:5183:28: warning: variable ‘invalid_chunk’ set but not used [-Wunused-but-set-variable] static char invalid_chunk[] = "XXXX PNG chunk not known"; ``` Add STBI_FAILURE_USERMSG to the...

Hi there, thanks for the really lovely software, it's purring along since over a year now, and brought us much easy joy! **Description** This `unwrap()` here https://github.com/Spotifyd/spotifyd/blob/0a15027f1aa5cf9f306a2ffdbc433e6f32911ccf/src/setup.rs#L105 panics sometimes with...

bug

First: Thanks for writing & publishing argh as libre software! It's been a joy to use and solves the problem without dependencies. Or at least it used to, hence this...