Szymon Pyżalski
Szymon Pyżalski
I have added a new kwarg to the add_attachmen method 'data'. It can be a bytestring or a stream that contains the data to be added. This allows us to...
While it is possible to install line_profiler from source, installing it from PyPI fails. Probably a separate distribution for this version should be created. Message from pip: ``` gcc -pthread...
A name conflict was reported when using Mandrill. Ability to change the attribute name can be useful. The problem is reported here: https://github.com/sunscrapers/djoser/issues/331
To reproduce this bug, use the following code: ``` import sys import pytest from fastapi import FastAPI, APIRouter from httpx import AsyncClient from starlette.requests import Request from aiologger.logger import Logger...
Some software stacks are a little opinionated about the names of fields in structured logs. This Pull Requests allows to customize these names in a declarative way by subclassing the...
Added a simple mixin to test logging in django application
Added a utility to modify dictionary settings. Usage explained in docs.
There is a problem with Choice objects from this package. If you try to copy or deepcopy them, you would get an object with id=-255. I'm not sure how to...
I get the following error when trying to use pyfacebook in pylons environment: ValueError: dictionary update sequence element #0 has length 1; 2 is required It is generated in the...