Pascal Jürgens
Pascal Jürgens
This is not a bug report; I'm trying to learn how quic will affect MITM in general and sslsplit in particular. In short, [quic - wikipedia](https://en.wikipedia.org/wiki/QUIC) is an UDP-based protocol...
Hi, thanks for this wonderful project. Following several recent issues, it seems that the current passthrough implementation cannot work with apps that implement pinning, since it only operates once the...
Hi, as someone who's been looking for a clean async actor-like approach in python, tractor looks amazing! I just started looking at the docs and code, but noticed the actor...
**Is your feature request related to a problem? Please describe.** Hi, thanks for tortoise! I've had a lot of fun using it so far. There is a known issue with...
Hi, I've hit an unexpected regression with accurate seeks - they seem about one order of magniture too slow. This is with a CUDA-enabled manual install from current git HEAD:...
Hi, thanks for your awesome libraries. Just a short question: In this line: https://github.com/MaartenGr/Concept/blob/d270607d6ea4d789a42d54880ab4a0c977bb69ce/concept/_model.py#L304 you're casting the numpy int64s to integers, presumably so they can be used as indexes? In...
Hi! I recently saw that VK seems to be really bad at sanitizing some fields such as usernames. Loading a bunch of members with vk_api yielded an ugly `JSONDecodeError: Invalid...
Hi, this is a brilliant idea and a wonderful project. One potential improvement would be to increase the degradation over usage time - penalizing addictive behavior but not impeding sane...
Track usage of credentials to warn users if they attempt to use the same set multiple times.
Currently, retweet_links in network.py is quite slow. This might be both due to the costly (and non-optimal?) SQL query and the subsequent mapping/writing stages.