Olaf Mandel

Results 9 comments of Olaf Mandel

I opened a [GCC bug #98841](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98841) about this.

Jakub Jelinek wrote a fix for GCC for this, which "just" has to make it into a future release of GCC. If I understand the explanation of the bug correctly,...

Yes and no: * the [GCC bug #98841](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98841) is long since closed and at least the current GCC 11 and GCC 12 compilers don't have the problem * the pull...

The "`autobahn` way" of having small helper packages `autobahn.twisted` and `autobahn.asyncio` that basically derive their classes from the common implementation is certainly interesting. It might actually be what I want...

> Do you foresee any problems with [rendering the hack official] for asyncio users? I am just getting started with async programming in Python (which is why I actually read...

Just checked: * [Jinja 3.1.0](https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-0) with the removal of `environmentfilter` was released 2022-03-24 * Ansible 2.9.27 is the latest version on the [release-server](https://releases.ansible.com/ansible/) used by the [current ansible PKGBUILD](https://github.com/msys2/MSYS2-packages/blob/master/ansible/PKGBUILD), and...

I am running ansible under an msys shell and using things like `when: ansible_os_family is match("MSYS_NT-")` in my playbooks to detect if this is an MSYS2 environment or not. If...

Have an additional commit in [MenloSystems:qt6](https://github.com/MenloSystems/SortFilterProxyModel/tree/qt6) that allows compiling against Qt5 and Qt6 from the same codebase.

> About the QVariant compare, does it work for bools ? Could you add QDate/QTime/QDateTime support ? Which implementation is preferable: `qqsfpm::compareVariants()` from `utils/utils.*` or ` qqsfpm::lessThan()` from #81 ?