Results 83 issues of josch

Hi, I have an email with: Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit And it gets rendered like this: ``` ?$BL@F|?(B3?$B7n?(B23?$BF|?(B(?$BEZ?(B)PM12:00?$B!A!V%*%s%i%$%s%7%g%C%W8BDj!W%0%C%:$,HNGd3+;O!*?(B ?$B%a%s%P!e5-%"%$%F%`$r

Not a regression this time but indeed a problem that existed since 0.7 but which neither me nor the other Debian maintainer @jljusten was able to reproduce. So we don't...

And another regression from 0.7 to 0.8. In 0.7, when one hit the "down" key during an ongoing search, one could see the next entry selected once the search finished....

* std::set_unexpected() is removed in c++17 * We build with -Wall -Wextra -Werror and with gcc-12, using std::set_unexpected will trigger the warning due to -Werror=deprecated-declarations which in turn is treated...

You can reproduce this issue by compiling fuzzylite inside a i386 chroot and then trying to run the tests. Here is a full error log (scroll all the way to...

The file `./examples/application/clean.sh` is marked as executable but does not include a shebang line.

This is not only a potential privacy violation but also makes fuzzylite unreproducible. Read more about why reproducible builds matter here: https://reproducible-builds.org/ If I read the code correctly, then the...

There is doxygen documentation in git, for example `documentation/ui/header.html` and `documentation/ui/footer.html`. Autogenerated files should be kept in git.

Hi, in `fuzzylite/test/BenchmarkTest.cpp` the path to the test data is hardcoded as `../../examples/` this will break the test if they are not run from a path two levels deeper into...

Hi, would you appreciate a pull request that makes the headers of the sidebar links to the respective static pages? For example let categories link to categories.html and let the...