Andreas Dewes

Results 33 issues of Andreas Dewes

Hi everyone! Klaro has been in development for almost three years now and its community has grown considerably. Today Klaro is successfully used on thousands of websites and manages millions...

help wanted
question
roadmap

When sending data through a QUIC stream the connection always fails at the 99.999th packet received, giving me "dropped invalid packet" errors. It seems this is due to a [key...

Currently not all QUIC client implementations support key updates (e.g. Quiche is still missing them), which leads to connection issues after receiving a number of packets on a given QUIC...

help wanted

So I'm trying to write a MASQUE style proxy based on HTTP CONNECT with the HTTP/3 server. My current idea (not sure if that's the correct way to do things)...

Congrats on writing this great library! I'm thinking about integrating this into our (soon to be released) own open-source toolkit for privacy & security engineering, where we have a component...

Type: Question

Files takes very long to be processed under Windows. This is potentially related to filesystem functionality; we should debug and fix this.

bug

# Motivation Many privacy-enhancing transformations require multiple stages. Generalizing attributes for example requires us to define a generalization hierarchy first. Then, in a second step we can apply this hierarchy...

enhancement

Help us to improve the documentation of BlitzDB! - Read the documentation and give us feedback on how understandable and helpful it is, and how we can improve it -...

contribute-easy
awaiting-review

An attribute and a method of a class share the same name. Give unique names to the two objects or else Python will raise a `TypeError: object is not callable`...

Help us to make sure that Blitz installs smoothly on all platforms! 1) Install blitz using pip: `pip install blitzdb` 2) Go through the tutorial in the README or the...

contribute-easy
doing