Code7R

Results 21 issues of Code7R

I started wondering over x-mas time why one of my systems (which is typically idling overnight with an active X session) started consuming more power. And not just a little...

When VLC plays a video and cursor hovers over the progress bar (so the time information is shown as tooltip) the taskbar gets an additional window called "vlc". When the...

bug

Should be fixed by somebody who is sober enough and has time to deal with math... Repro steps: build with -fsanitize=integer , run, move windows around, let the tool tips...

Situation: - found version 0.3-beta on crates.io (no final 0.3 to be found anywhere) - could not find the matching parser generator (antlr4.jar) either. Therefore, compiled it with maven from...

This adds possibility to use the C++17 variant without need of -std=c++17, virtually any GCC version from 2015 on should be sufficient. The feature compatibility of std::experimental::string_view is queried, however...

It would be nice to zap through the list of available test screens with keyboard cursor keys. Thanks.

bug
help wanted

This happens typically when the app was running before and reported new stuff in the taskbar, and I get just a forceclose dialog. I am on Oreo 8.1 here. Log:...

Hi, I am missing the CRC16 variant commonly used in the Automotive industry. See https://www.autosar.org/fileadmin/standards/R21-11/CP/AUTOSAR_SWS_CRCLibrary.pdf . It seems to be: **7.2.2.1 16-bit CCITT-FALSE CRC16** Which brings us to https://github.com/mrhooray/crc-rs/issues/54 which...

Hi, there is a certain behavior which has been implemented long time ago by "a certain software company" in their OSes, i.e. about 15 years ago. Which is: when the...

enhancement

Just what the title says. First one has to patch the Makefile a bit to use MSVC compiler (eventually I have created a CMakeLists.txt to make it compile). And even...