Dimitrij Mijoski

Results 35 issues of Dimitrij Mijoski

Noticed that this library does some tricks that are unidiomatic for C++. I'll post a minimal example. ```cpp // library.h #ifdef __cplusplus #define ENCODING_RS_ENCODING CppEncoding class CppEncoding { //no data...

**Description** GitHub actions provides two Linux images, one is Ubuntu 18.04 which provides GCC 5-8 and 20.04 which has GCC 7-10. One can tweak the scripts to use the older...

**Describe the bug** If I include `catch2/catch_all.hpp` on Windows it transitively includes `windows.h` which defines a lot of preprocessor definitions whose names will be in conflict with my code. **Expected...

A problem arises when the users that depend on Catch2 v2 via package manager and the package manager upgrades Catch2 to v3 which is API incompatible. The solution usually is...

Fixes #2952. The testsuite indirectly called `strftime()` with conversion specifiers defined only in C99. In MSVCRT this function conforms only to C89. Only in the updated UCRT this functon provides...

A new tool should be created that unifies all the features from the current tools. The tool should support: - UTF 8 .dic and .aff files, and also the older...

enhancement

Currently we report some errors with `std::cerr`, but it is better to accumulate the errors and write them into the string of the thrown exception. Libraries should avoid leaking to...

See title. This is minor feature and has no tests.

See title, see [docs](https://github.com/nuspell/nuspell/wiki/Affix-File-Format) and test `nosuggest.sug`.