themylogin

Results 26 issues of themylogin

Some JSON parsers (e.g. the one that is used in the `jq` utility for example) don't parse large values correctly, as a result we have this: ``` "snapshot_limit": { "parsed":...

jira
DO NOT MERGE
backport-22.02.4

These changes are incompatible with SQLAlchemy 1.3. TrueNAS SCALE uses SQLAlchemy 1.3, TrueNAS CORE 13 uses SQLAlchemy 1.4. This ticket should be merged once we update TrueNAS SCALE to the...

jira
backported
backport-13.0
DO NOT MERGE

The following bug lived in our service for many month, once a few days producing strange error messages. I've even fixed a [real bug](https://github.com/aio-libs/aiopg/issues/216) in `aiopg` trying to figure out...

As aiohttp won't support setting up proxy from environment variables (https://github.com/aio-libs/aiohttp/issues/529), I've had to implement it as a transport option. Example usage: ```sentry_dsn = "https://public_key:[email protected]/1234?proxy=http%3A%2F%2Fproxy%3A3128"```