Stefan Zabka

Results 85 issues of Stefan Zabka

When sending messages from a Zeebe workflow with the example `ping-pong` configs, messages are overly escaped to the point that they aren't valid JSON anymore: ```JSON {\"key\":2251799813685264, \"type\":\"ping\", \"customHeaders\":{\"topic\":\"pong\"}, \"workflowInstanceKey\":2251799813685256,...

enhancement

Conda says it can't satisfy the condition that glibc >=2.17 but the installed glibc is on version 2.26 as per the user-agent field in conda info. @birdsarah any idea why...

bug

**What happened**: When trying to upload to upload a file with the following code and gcsfs version 2021.4.0 I get the following error: ``` gcsfs.utils.HttpError: Invalid request. The number of...

According to adding the "-c" to the ENTRYPOINT is necessary to be able to run commands like `docker run libafl "cargo build"`

Issue confirmed on 8c773a6b850cc1ce20ffca0e0fe34356f30abc76 **Describe the bug** When trying to build `libafl_qemu` in the docker container, the build errors because it can't find `libafl_qemu/build_linux.rs`. As I'm trying to use the...

bug

No intention to ever ship this unless someone else requests it, but I wanted to play around with it to better understand where OpenWPM is spending time and where it...

A number of prefs we set have been removed for multiple years. We should investigate how to maintain the functionality we originally used the prefs for.

bug
high-priority

This PR is a rebased version of #1036 to support the merged extension. Iirc we discussed upstreaming this with @bkrumnow already and the GPLv3 should allow us to merge this...