albert-rz

Results 3 issues of albert-rz

Hi, In 10075024-G01-20ULF footprint, pins 33, 34, 35, 36, 37, 38, 39 and 40 are in a wrong position ![wrong_pins](https://user-images.githubusercontent.com/17388413/47951527-16605080-df62-11e8-9c95-f2d4093379d4.png) Regards

Hello, In some of the examples there is: ```python request = requests.post(constructed_url, headers=headers, json=body) response = request.json() ``` Would it be possible to rename `request` for `response` (for example): ```python...

Hello, I realized that adding two handlers with the same sink (same file) creates duplicated traces. For example, the code below: ```python from loguru import logger logger.add("my.log", level="INFO") logger.add("my.log", level="INFO")...

question