Stefan Zabka

Results 85 issues of Stefan Zabka

This also puts in place a more general infrastructure should we ever become more opinionated and automatically hook up things like pre-commit Closes #689

The work queue we use for the crawler isn't specific to OpenWPM and can be useful to other projects. Also by pulling it out we have an easier time testing...

backlog
enhancement

The following things need to be done: - [ ] Document the navigation instrument - [ ] Document the callstack instrument - [ ] Document the DNS instrument - [...

documentation

The package is unmaintained and breaks with Node v15 (which we'll skip but still)

extension
task

This markdown files should contain a brief explanation for each of the other files functions/meanings.

backlog
documentation
task
developer-experience

We want to make it easy for users to customize OpenWPM to their needs, so we should provide guidance on how to do it most effectively. All of these tutorials...

backlog
documentation

Currently we're just throwing a bunch of tuples through the status queue which isn't very useful for arguing about what different events might be sent. Looking at this code: https://github.com/mozilla/OpenWPM/blob/c2a700448f31882bf75530eca98f536321b622e8/automation/TaskManager.py#L488-L519...

enhancement

[Structlog](https://www.structlog.org/en/stable/why.html) is a structured logging provider. This means instead of taking a string and formatting it to a log message as soon as it enters the system the message and...

discussion