Claude Becker

Results 5 issues of Claude Becker

## Description This is related to issue #897. Any local `user` configuration gets ignored and overwritten by a `user` defined in the `[mysqld]` section of the global config. For instance...

Python 3.12 has [removed](https://docs.python.org/3.12/whatsnew/3.12.html#imp) the `imp` module. It was deprecated since Python 3.7, but the deprecation warning ignored by mitogen since 2018 (c2c7caa34f247afdcd03b22f7d32fab160ecbe6a). The suggested path forward would be to...

bug
affects-0.3

Ansible has released a security patch for CVE-2023-5764 in all maintained versions, namely [2.16.1](https://github.com/ansible/ansible/releases/tag/v2.16.1), 2.15.7 and 2.14.12. This patch breaks mitogen, as seen in the example of a simple package...

bug
affects-0.3

## Describe the bug The completion of remote paths with `scp` is no longer working for me since 2.12. ## To reproduce ```sh scp example.com:/et ``` ## Expected behavior Should...

Ansible 2.17 introduces a new `ignore_unknown_opts` argument, as explained in the [changelog](https://github.com/ansible/ansible/blob/stable-2.17/changelogs/CHANGELOG-v2.17.rst): >• modules - Add the ability for an action plugin to call `self._execute_module(*, ignore_unknown_opts=True)` to execute a module...