Stefan Zabka

Results 85 issues of Stefan Zabka

### Description This change allows users to specify how they want to open their log file with a fallback to `a+` if nothing else is specified ### Motivation and Context...

C-py

### What happened? As part of [OpenWPM](https://github.com/openwpm/OpenWPM) we use Selenium to drive multiple Firefox browsers in parallel. To capture, enrich and redirect the browser's logging output, we use named pipes...

C-py
I-defect

When commit the diagrams to git and making sure they are up-to-date by running diagrams in CI, it is annoying that each new run generates new `_ids` for the nodes....

https://github.com/rust-embedded/discovery/blob/b2b16247cdedef3fb6ce10b8132832b95ba4e91a/src/05-led-roulette/the-led-and-delay-abstractions.md#L207-L220 Doesn't work anymore on rustc 1.48.0 (7eac88abb 2020-11-16). Full asm output (built with RUSTFLAGS="--emit asm" cargo build --target thumbv7em-none-eabi ```asm .text .syntax unified .eabi_attribute 67, "2.09" .eabi_attribute 6, 13...

Our container image has been broken for an unkown amount of time. This is highly concerning as we want people to use it, if they don't need to modify OpenWPM.

high-priority
needs-tests
enhancement

We currently log a call before we call the function. https://github.com/openwpm/OpenWPM/blob/771b6db4169374a7f7b6eb5ce6e59ea763f26df4/Extension/webext-instrumentation/src/lib/js-instruments.ts#L442-L451 This results in us being unable to capture the return value so we leave it empty. https://github.com/openwpm/OpenWPM/blob/771b6db4169374a7f7b6eb5ce6e59ea763f26df4/Extension/webext-instrumentation/src/lib/js-instruments.ts#L297-L309 Is there...

Our current test distribution strategy is to group the tests by name: https://github.com/mozilla/OpenWPM/blob/01f399328582041436eeb40844b0a4687a1d0561/.travis.yml#L3-L14 However this leads to an uneven distribution of tests across the runners resulting in our CI taking...

feature-request
developer-experience

Currently there is no documentation on how to use primed profiles e.g. to run crawls with Addons or with some previous set of Cookies and Site Data.

documentation
task