Kevin Kofler

Results 15 issues of Kevin Kofler

Commit 56510f7afe4908d9619a1a9121212c0a326a3e5b removes a macro from your fork of TIGCCLIB, breaking source compatibility. Functions and macros in TIGCCLIB can only be deprecated, never removed. And in this case, if you...

Commit 4b9c4b557025b3cc403331e196740655a616b9fe **breaks backwards compatibility**! Minimal test case: ``` #define USE_TI89 #include void _main(void) { } ``` This compiles with the real TIGCC, but will produce a "No target calculators...

The 0.8 release contains a new file `pine64-pinephone-charging.img.xz`. Unfortunately, I could not find any documentation for it, and even browsing through the source code, I do not see it mentioned...

I have tried running the HiGHS CLI on a 1.9 MiB .lp file. The .lp file reader fails spectacularly on it, thrashing swap despite this machine having 16 GiB of...

question

Currently, the build instructions recommend setting use_proprietary_codecs=1, which always reports those codecs as available. But on Fedora, those codecs are not available out of the box, but only if the...

It should be possible to compile Chromium entirely without the FFmpeg backend (only with GStreamer), not only either with both (runtime-selectable) or only with FFmpeg. This is especially important for...

The handling of the queryTimeout in JDBC3Statement was not compliant to the JDBC specification in several ways, breaking Hibernate: - The queryTimeout was being applied to the whole connection, as...

enhancement:JDBC
waiting for feedback
needs rework

(While Hibernate does not officially support SQLite, there are SQLiteDialect files for Hibernate floating around.) I found that for some reason, whenever Hibernate closes a Statement, the last thing it...

enhancement:JDBC

Minitube installs its German translation as de_DE.qm. This means that in my de_AT.UTF-8 (Austria) locale, the translation is not found, and likewise in other countries where German is spoken (Switzerland...

Currently, there are only the following layout types: - Full view - No device names - Big numbers - One line In all 4 types, the speed is always shown...