Umang Raghuvanshi

Results 4 comments of Umang Raghuvanshi

Reviving this dead issue as I recently needed to do this — WebContent is killed when `frida-agent` calls `poll`. There are other processes where `poll` isn't allowed either (e.g. `lsd`),...

Hi! It'd be great to have this on Homebrew -- unfortunately, I don't have any experience writing formulae, but if you would like, I'd be happy to support you any...

Hi @rib I checked out your WIP branch and after a few tweaks to `setup.py`, it works fine (had 2 successful installs on 11.3 beta). Here's the diff: ``` diff...

@rib turns out that `setup.py` requires two conflicting versions of biplist, so I removed one. Here's how the file looked at ffa6b4. ``` 'biplist==0.9', 'construct==2.5.5', 'memoizer==0.0.1', 'pyOpenSSL==17.2.0', 'biplist==1.0.2' ```