We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doing some hacking on @boramalper's magnetico.
It relies on data present at the end of a bencoded bytestring. In order to use bencoder.pyx I had to patch out https://github.com/whtsky/bencoder.pyx/blob/master/bencoder.pyx#L96 and return both r and l.
r
l
See https://github.com/boramalper/magnetico/blob/master/magneticod/magneticod/bencode.py#L53 for the function for which I needed to add a replacement.
Would this project accept a PR adding a bdecode2 returning both r and l, and not erroring on excess data?
Thanks!
The text was updated successfully, but these errors were encountered:
Yes.
Sorry, something went wrong.
No branches or pull requests
Doing some hacking on @boramalper's magnetico.
It relies on data present at the end of a bencoded bytestring. In order to use bencoder.pyx I had to patch out https://github.com/whtsky/bencoder.pyx/blob/master/bencoder.pyx#L96 and return both
r
andl
.See https://github.com/boramalper/magnetico/blob/master/magneticod/magneticod/bencode.py#L53 for the function for which I needed to add a replacement.
Would this project accept a PR adding a bdecode2 returning both r and l, and not erroring on excess data?
Thanks!
The text was updated successfully, but these errors were encountered: