Marti Raudsepp

Results 86 issues of Marti Raudsepp

As I understand from #158, the updates are currently manual and not too frequent. It would help if it was stated somewhere, which master version is currently used and how...

urllib3 is in the process of deprecating urllib3.contrib.pyopenssl, see https://github.com/urllib3/urllib3/issues/2680 requests-toolbelt currently attempts to import `from urllib3.contrib.pyopenssl import PyOpenSSLContext`. Apparently this is used by `X509Adapter`. What's the path forward here?...

Looks like Mitogen release notes and official documentation hasn't been updated for ages: https://mitogen.networkgenomics.com/changelog.html still displays "v0.3.0 (unreleased)", even though 0.3.3 has been released months ago.

bug
affects-0.3

Hi. My use case is this: I want to use Celery with multiple clustered RabbitMQ servers without a load balancer in between. When the first RabbitMQ server is unreachable, Celery...

**Name of the lexer** Toml **Code sample** ``` [tool.poetry.dependencies] idna = "3.4" inflection = "0.5.1" influxdb = "5.3.1" requests = "2.28.1" ``` http://rouge.jneen.net/v4.0.0/toml/W3Rvb2wucG9ldHJ5LmRlcGVuZGVuY2llc10KaWRuYSA9ICIzLjQiCmluZmxlY3Rpb24gPSAiMC41LjEiCmluZmx1eGRiID0gIjUuMy4xIgpyZXF1ZXN0cyA9ICIyLjI4LjEiCg The "inf" at the beginning of `inflection`,...

bugfix-request

I have a use case that's similar to `lazy_static` but that cannot be solved nicely right now. If the default initializer to a `lazy_static` variable is something that wants arguments...

Working with PKCS12 export, I noticed that PKCS12 files created by `cryptography` version 41.0.4 always use a MAC iteration count of 1. Output from `openssl pkcs12 -info` of a file...

good first issue

NOTE: Some changes that were originally part of this PR have already been merged in #1537. * Changed `headers=` parameter type from `Mapping[str, Any]` to `Mapping[str, str]` * Changed `headers`...

# Bug report ## What's wrong After upgrading to django-stubs 4.2.7, one of my projects has developed an issue when used with mypy incremental mode. It occurs when scanning some...

bug
regression