Andrew Klychkov

Results 609 comments of Andrew Klychkov

@hunleyd any thoughts on the UPDATE 2022-03-31 in the description?

@hunleyd thanks for the feedback! > is there an immediate need to switch to v3? or do we have some time? - I don't think so. I also haven't found...

@hunleyd how about the following: =========================== Hello and thank you for working on the adapter of version 3. @hunleyd and I are maintainers of the [community.postgresql](https://github.com/ansible-collections/community.postgresql) Ansible collection which has...

We should wait for https://github.com/psycopg/psycopg/issues/101 gets implemented.

> I've look at the code a little bit, I believe the way we evaluate risk and injection is wrong and the solution is do it more carrefuly with psycopg...

It wasn't super hard to fix in c.mysql but i have looked at the related `postgresql_user` code a couple of times and it turned out to be more tricky /...

@klando thanks for working on this! Could you please take a look at the errors. Several questions: 1. Would it make sense to have all CI related files in this...

I suggest making things as simple as possible so that future contributors can quickly figure out how to adjust CI when needed. Also I suggest avoiding all unnecessary things (like...

Can we simplify the solution drastically anyhow? The current testing with AZP is far from being ideal but it looks easier to sort out. I would avoid chains of files,...

Is it a big challenge to implement the GHA matrix as in many collections, e.g. like in https://github.com/ansible-collections/community.dns/blob/main/.github/workflows/ansible-test.yml ? Looks pretty straightforward, doesn't it?