Olaf Mandel

Results 7 issues of Olaf Mandel

Qt 5.15 deprecated the operator

Please allow issuing `txaio.make_logger()` before calling `txaio.use_twisted()` or `txaio.use_asyncio()`. Use case: declaring loggers as class-attributes in a library. Then importing this library is currently only possible after first selecting the...

enhancement
docs

The documentation [states](http://txaio.readthedocs.io/en/latest/api.html#txaio.add_callbacks): > Note that `txaio` doesn’t do anything special with regards to callback or errback chaining – it is highly recommended that you always return the incoming argument...

bug
docs

### Description In `python-jinja` 3.1, the `environmentfilter` decorator got renamed to `pass_environment`, which is not taken into account in the two files `core.py` and `mathstuff.py` in the `/usr/lib/python3.10/site-packages/ansible/plugins/filter` directory. Fixes...

bug

This fixes the following deprecation warning generated by newer CMake versions: ``` CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version...