Hana Dusíková

Results 17 issues of Hana Dusíková

I thought I removed all cases 🤷🏻‍♀️ > ctre::range matches an empty string will cause infinite loop, e.g., for (auto&& m : ctre::range("aab")); (description from another issue)

His notes: * Utilize [[nodiscard]] at least in the public facing functions * Consider some explicit for your constructors * Are there missing test cases eluded to by the unused...

`(a|ab)+` won't match `ab` Found a fix, it's in branch `fix-for-cycles`, created tests to trigger this error, but it's a big performance regression because compiler can't see thru and optimise...

Placeholder for my idea how to make the LL parser much quicker. Stay tuned!

wip
idea

if someone is willing to help :)

nice-to-have

Hi, I was told about your awesome utility and I really like it. Yesterday I noticed probably a bug, when I tried this query: `dog 24yzjhop3iawhkuxy4b3yj36dogrbkwwz2xivaujzqzeyiwobz2a.luna.avast.com. TXT` This query returns...

Description =========== generated `rdkafka-static.pc` is having wrong prefix: ``` prefix=/usr/local exec_prefix=${prefix} includedir=${prefix}/include libdir=${prefix}/lib Name: librdkafka++-static Description: The Apache Kafka C/C++ library (static) Version: 1.9.2 Requires: Cflags: -I${includedir} -DLIBRDKAFKA_STATICLIB Libs: -L${libdir}...