Pop
Pop
Oh nevermind, just found out . The problem is solved by removing `vsrocq.proof.delegation` from my config.
> Update: I downgraded to 0.4.6 and it works. I'm not using Qbittorrent v5 because my package manager only has v4. It would be useful to have a `v4` feature...
Are you interested in creating a PR? PR's are always welcomed.
Thanks for the report! However I'm no longer actively maintaining the project since I no longer need proxies. Feel free to submit a PR tho, I'll review
Thanks! However I'm no longer actively maintaining the project since I no longer need proxies. Feel free to submit a PR tho, I'll review.
Hi. Thanks for responding. Runtime agnostic is always what we are trying to achieve with compio. I have attempted to create a runtime abstraction for grammers. However during the process...
Sure. I'll add the README and examples.
How should the CI part be done? @Xuanwo
All tasks have been done. Should we close the issue?
I'm thinking of a more generic way of exposing request details to user. What about a `Request` object that implements `IntoFuture`? And user can use it like: ```rust qb.call_some_api() .map_request(|r|...