Derek Kulinski
Derek Kulinski
Specifying a delimiter for `strtok(NULL, ...)` not only takes the next token, but also replaces following delimiter with '\0'. The old behavior caused any password containing `=` to be truncated...
I had an issue with pgdoctor failing health checks because a password had "=" in it. I submitted a PR that fixes the issue: https://github.com/thumbtack/pgdoctor/pull/13
Are there plans to add type system? While boto3 does not have type annotations, there is a package called [boto3-stubs](https://pypi.org/project/boto3-stubs/) which provides type information making it more enjoyable to program...
### What does this PR do? When salt runs on a machine where FIPS is enabled, it produces: ``` PermissionError: [Errno 1] Operation not permitted ``` on import. This error...
**Describe the bug** So one of recent updates started throwing following error: ``` error: Incompatible types in "await" (actual type "Literal['available', 'deregistered', 'error', 'failed', 'invalid', 'pending', 'transient']", expected type "Awaitable[Any]")...
### OpenTofu Version So opentofu is currently a standalone program based on TF. In many cases standalone use works as it can be called from CI/CD pipeline. In some scenarios...
This is not really a big issue, it doesn't bother me personally, but in the description it says that no same build is shown twice. I observed this happening once...
Is there a reason why `nix run` does not have equivalent in nom? I'm able to use: `nix run --log-format internal-json .#docker.copyToDockerDaemon |& nom --json` and it seems to work.
Is it feasible to add type annotations to the code? I understand it is generated, so it might be more complex, but those are very useful when coding, especially for...
* **asyncpg version**: 0.29.0 * **PostgreSQL version**: 16.1 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: this is...