Felipe Faria

Results 25 comments of Felipe Faria

The following works on M2 after `brew install libev`: ``` LDFLAGS="-L$(brew --prefix libev)/lib" CFLAGS="-I$(brew --prefix libev)/include" pip install bjoern ``` Homebrew v3.0.0 modified the default prefix from `/usr/local` on Intel,...

Any updates on this PR? FastAPI integration (sync or async) would be a nice addon.

@lepture Roger that. There is current work over at [aioauth](https://github.com/aliev/aioauth/) to bring OAuth to the async world. I'm one of the contributors over there, and if you have any recommendations/tips...

Have you tried `ctrl+d`? The python compiler also interprets that as an exit on some cases.

I've updated the [MITM](https://github.com/synchronizing/mitm) project to allow any outbound requests (`GET`, `POST`, `DELETE`, etc.). Planning on implementing it on a seperate project, `shades`, that will be used as a complete...

@bluet Hey, that sounds wonderful. I'm currently on the works to built an equivalent separate project from scratch. I'm working out a few flaws here and there, but the system...

Regarding this specific PR, I would not recommend it in its current state. It's more messy than it needs to be, and it's literally a _bootleg_ solution to the problem....

@erm3nda I partially agree with this comment as checksum doesn't have to be `index.html` specific. Another method would be to do a checksum on the website's resources; i.e., its main...

Instead of gathering proxies from ProxyBroker perhaps it would be more beneficial to use ProxyBroker's `serve` functionality, which will just serve you a single IP that you can use for...

> > Instead of gathering proxies from ProxyBroker perhaps it would be more beneficial to use ProxyBroker's `serve` functionality, which will just serve you a single IP that you can...