Brian Thorne

Results 125 issues of Brian Thorne

Creating a new project with latest versions of fastapi and fastapi-limiter runs into an issue: ``` TypeError: evalsha() got an unexpected keyword argument 'keys' ``` I used the following test...

Suggested addition of a privacy preserving record linkage software: ### [anonlink](https://github.com/n1analytics/anonlink) A Python (and optimised C++) implementation of anonymous linkage using cryptographic linkage keys as described by Rainer Schnell, Tobias...

### Description Using just Flask, a user can (manually) use the `request.input_stream` to handle streaming uploads. The use case is because I need to handle binary uploads that won't fit...

Hey I just saw your pycon talk - great stuff. Good luck getting the Tesla for testing purposes! I've been maintaining a low level library that might interest you: `python-can`....

This is not an issue so much as a lightweight way of gathering information on who is using python-can. This is mostly to satisfy our curiosity, but might also help...

question

python-can could really do with a few [documentation guides](https://docs-guide.readthedocs.io/en/latest/doctypes/) to compliment the example code and reference docs. > Guides are meat of documentation and they should: > - be comprehensive,...

enhancement
docs

Needs a bit more explanation and examples. Links: - http://www.cse.dmu.ac.uk/~eg/tele/CanbusIDandMask.html

docs
good first contribution

[Travis-CI](https://travis-ci.com/github/hardbyte/python-can) has been slow of late, although this _might_ improve now we have migrated to travis-ci.com In #591 I suggested we add support for arm by using Shippable. In #705...

testing
devops

## What's Changed * Fix issues with overflows by @nbgl in https://github.com/data61/python-paillier/pull/73 * Default keysize increased to 3072 by @hardbyte in https://github.com/data61/python-paillier/pull/66 * Using gmpy2's mulmod to accelerate the mulmod...