Stefan Zabka

Results 206 comments of Stefan Zabka

Thanks for coming back and documenting this. Did you check [the documentation](https://openwpm.readthedocs.io/) beforehand if so where would you expect this information?

> Unfortunately, I couldn't find the infomation in the docs. Could you please point out to me where to find how to extract redirect chains from the docs? Apologies, if...

Hey, this sounds like smt that should be done in the shutdown code of the browser manager. Please file a pull request Please be aware however, that the Firefox version...

Hey, sorry for the delayed response. I think you should handle this entirely within the `BrowserManager`. Create and save the temp dir before Geckodriver gets started: https://github.com/openwpm/OpenWPM/blob/566d03b6317ff29a6fd5f0e427b06b80c29d695e/openwpm/browser_manager.py#L732-L742 and then do...

There is no problem with that except that you will need to pass the name of the temp dir back up to the BrowserManager store that information until it is...

@palmeida as you can see at the bottom of [this page](https://data.firefox.com/dashboard/user-activity) about 70% of users upgrade within 4 weeks of a new firefox release happening. I can't find statistics about...

@palmeida if you have done this, could you please also open a PR, so that the commons remain maintained.

Hey @jackiecan, I haven't had the time to push this PR any further as the semester began and likely won't get to any more work on the PR until early...

@jackiecan I fixed the tsc issues now it's just a whole bunch of eslint stuff. So if you have some time to spend on this, you could easily get this...

Thanks for reporting both issues. The second one was a race condition that also affected the master branch. I'm honestly shocked that our testing never caught this. The ESLint issues...