brianm78

Results 4 issues of brianm78

This came up from a [question](https://www.reddit.com/r/learnpython/comments/gug0h8/atbs_ch15_password_paranoia_my_program_breaks_if/) on learnpython that looks to be due to a bug in PyPDF2 on python 3. When decrypting an owner password, RC4_encrypt gets passed the...

is-bug
workflow-encryption
PdfReader

When writing a simple tool with a bunch of commands updating a database, I was using a context manager in each command that would begin a transaction, and then commit...

bug

This adds a callback that will be invoked when a drag window operation finishes. The default configuration lets you drag windows between screens / groups as floating windows, but I...

status: stale

The documentation for autoawait (ie. allowing automatic use of an event loop) at https://ipython.readthedocs.io/en/stable/interactive/autoawait.html gives some examples like: In [1]: import aiohttp ...: session = aiohttp.ClientSession() ...: result = session.get('https://api.github.com')...

documentation