Leandro Lima

Results 3 issues of Leandro Lima

Do you think it makes sense to include Cython keywords/syntax in this project? I've been mixing cython into my Python code and PythonImproved is orders of magnitude better than TextMate's...

feedback
enhancement-proposal

```python >>> decoded_sig = base64url_decode(encoded_sig) Traceback (most recent call last): (...) File "(...)/python3.11/site-packages/jose/utils.py", line 76, in base64url_decode input += b"=" * (4 - rem) TypeError: can only concatenate str (not...

I keep getting these random errors. Is it something I'm doing wrong? Or a bug on regresql?