rc0r

Results 3 comments of rc0r

Ping @illera88, do you plan to implement (some of) the requested changes? Let me know if you want me to help.

This seems to be a decoding problem of the data stored as `bytes()` in Redis. Replacing the default `JSONDecoder` with the following did the trick for me: ```python from rejson...

I suspect this is an error in `quokka.json`. Try to use: ``` { "class": "fuzzmanager.FuzzManagerLogger", "kargs": { "binary": "" } } ``` as logger class for `FuzzManager`.