Dima Kogan
Dima Kogan
Hi. I'm comparing the API/ABI of a library that had struct { int x; }; To one that has struct { union {int x,y}; }; This should be a backwards-compatible...
This is a possible solution to #45. system() was replaced with a function that invokes the shell with IPC::Run::run(), This captures the output, puts it in the appropriate place, and...
Hi. In many places abi-compliance-checker calls external commands and throws out stderr messages: ``` abi-compliance-checker.pl:1748: if(`find \"$TMP_DIR\" -maxdepth 0 2>\"$TMP_DIR/null\"`) { abi-compliance-checker.pl:1760: if(`$Name /? 2>\"$TMP_DIR/null\"`) { abi-compliance-checker.pl:8116: my $Info =...
Hi. I'm seeing problems with tcpflow built on ARM and SPARC: https://buildd.debian.org/status/package.php?p=tcpflow The build log shows that test1.sh failed. I traced the issue to unaligned memory loads. Specifically, 1. tcpdemux::process_tcp()...
Hi. This could be a firefox bug, since things appear to work in chromium. I don't know how to assign blame here. I'm using a very recent build of Firefox...
* Bug Report ### GEEQIE VERSION ``` Geeqie 1.6+git20210130-5e1d3224 GTK3 Latest from git as of today ``` ``` GTK-3 ``` ### OS / DISTRIBUTION Debian/sid ### SUMMARY This is a...
### ISSUE TYPE * Bug Report ### GEEQIE VERSION ``` Geeqie 1.5.1+git20201108-5dc8b463 ``` ``` gtk3 ``` ### OS / DISTRIBUTION Debian/sid ### SUMMARY Same as #676. I run geeqie to...
* Bug Report ### GEEQIE VERSION ``` Geeqie 1.6+git20210130-5e1d3224 GTK3 Latest from git as of today ``` ``` GTK-3 ``` ### OS / DISTRIBUTION Debian/sid ### SUMMARY This is a...
### ISSUE TYPE * Bug Report ### GEEQIE VERSION ``` Geeqie d39c61fd ``` ``` Config results: -=-=-=-=-=-=-=-=- Package: Name: geeqie Version: d39c61fd Architecture: UNIX: yes Win32: no (native: no) Flags:...
### ISSUE TYPE * Feature Request Hi. It'd make me much happier if I could configure geeqie to place the current pixel coordinate under the mouse into the clipboard with...