Mehdi ABAAKOUK

Results 58 comments of Mehdi ABAAKOUK

I don't think this is a netaddr issue, this method is just a wrapper around _socket methods. The wrapper and the builtin socket methods implementation doesn't have such issue. ```...

I think at least on Linux, valid_ipv6 doesn't support zone_id at all.

Another solution that would not break the API, would be to replace all `get_connection()` calls with something like: ``` conn = pool.get_connection() if asyncio.iscoroutine(conn): conn = await conn ```

Here an idea of what it will looks like: https://github.com/NoneGG/aredis/pull/190

> Is this a use-case that you want to set the `cwd` _per_ linter? I have no idea, I guess no. > I doubt there is a sensible `cwd` default...

I updated the PR to pass the option to `try_lint()`

> > In my previous vim experience, when I have used null-ls, ALE, (any older plugins I used)... the default was always the "project root directory" if found or buffer...

@mfussenegger done.