João Meira
João Meira
A Cyberchef offline API would be great
Having this same issue.
Me too, me too, me too!
What is the function you're using? You're probably using `deflate`. The `deflateSync` function doesn't require you to specify a second argument. If you absolutely need `deflate`, simply specify the callback...
Having a similar issue hooking `getBytes` from `java.lang.String`...
Newest urwid 2.6.16 causes errors in `mitmproxy`. The following worked for me: ``` pip3 uninstall urwid-mitmproxy pip3 install --force-reinstall -v "urwid==2.6.15" ```