Philipp Winter

Results 25 comments of Philipp Winter
trafficstars

> Just to check, do you get reproducible builds if your builder is `golang:1.17` or even `:1.16`? There were some build stamping changes in 1.18 that may be causing reproducibility...

I haven't started working on this. In fact, it is not even clear what is causing the issue. A good way to start would be to find a way to...

I've seen the error happen in a couple modules (some unpublished) whenever "too much" is done over a circuit. "Too much" may mean that too much data was transmitted, or...

Python's argparse module allows sub commands, which is probably what we need here: https://docs.python.org/2.7/library/argparse.html#sub-commands The idea is that modules can define their own sub commands that are then loaded by...

For the DNS module, I think we would certainly like a `destination` argument. That would also come in handy for the cloudflared module. We could also create an argument for...

> Can I proceed on this using optparse? Feel free to give it a shot!

Thanks for looking into this! > I will be looking at the multiprocessing python module to see how we can clean the directories in `/tmp` the right way. Any head...

Great, thanks for your interest, Frank! There's some rudimentary code in `unittests.py` which would be a good starting point. There are several functions in the code (e.g., in `util.py`) that...

There are a bunch of things to balance here: - We want to scan new exit relays soon but not always in the first hour, they are part of the...

This may be useful: https://github.com/webfp/tor-browser-selenium