Tobias Krönke

Results 8 issues of Tobias Krönke

Taken from https://github.com/euske/pdfminer: Starting from version 20191010, PDFMiner supports Python 3 only. For Python 2 support, check out pdfminer.six.

**Package ecosystem** python 3 with pipenv **Package manager version** pipenv, version 2021.11.5.post0 **Language version** Python 3.8.10 **Manifest location and content prior to update** /Pipfile and /Pipfile.lock **dependabot.yml content** ```yml version:...

T: bug 🐞
L: python:pip

`_to_python`'s behavior on lists / tuples to only convert the first value seems very arbitrary. It even fails with an `IndexError` on empty lists. This PR also fixes multivalued dynamic...

Hi there. All of my xing API test keys stopped working. All I get as a response is ```javascript {"message":"OAuth consumer is disabled","error_name":"CONSUMER_DISABLED"} ``` I am wondering, what happened to...

### Description Heyo! See my ticket https://code.djangoproject.com/ticket/35777. It seems to me, that django lacks support to create indexes with so-called "Column Prefix Key Parts". These are documented here: https://dev.mysql.com/doc/refman/8.4/en/create-index.html#create-index-column-prefixes and...