Lars Rinn
Lars Rinn
Hi, for some strange reason I get inconsistent results by running `flake8` with flake8-isort installed and running `isort` directly. The issue arises with these imports:# ``` from _pydecimal import Decimal,...
### Description I looked into the documentation for the Have I been pwned API to understand how this is working and saw there is a `v3`: https://haveibeenpwned.com/API/v3#PwnedPasswords It should be...
Due to the request for help in https://github.com/celery/celery/issues/5180 I added a test for the change proposed by @mavriq in #911 To confess, I don't really know whether this makes sense...
## Version Information Please provide: - The version of Python you're using **3.6.5** - The version of pip you used to install github3.py **pipenv version 2018.7.1 and pip 18.0** -...
Having a `driver_factory` fixture additionally to the `driver` factory would be very useful for me (similarly to the pattern of `tmpdir` and `tmpdir_factory`): * Sometimes I need two seperate browser...
Hey there! My interest in pycryptodome is due to my task to en-/decrypt email messages using RSASSA-OAEP key encryption and SHA512 hashing, which seems to be unsupported in openssl (somehow...
A great feature would be the option to include own css-files to provide some custom styling. Is that something, that's on your roadmap?
Is it possible to save a notebook to an html file without including the code? I can think of many cases where you want to show only the results but...
Why do you recommend to use an `@` instead of an `\` for displaying latex equations? In my opinion this reduces readabiliy if you're already used to latex and adds...
**Is your feature request related to a problem? Please describe.** Running this ```python import os import time os.environ["WD_CACHE_DISABLE"] = "True" import wetterdienst ``` logs `Wetterdienst cache is enabled` **Describe the...