Konstantin Weddige

Results 17 issues of Konstantin Weddige

**Description of the issue** I'm aware, that kotlin support is not official yet (https://github.com/github/roadmap/issues/207). However, codeql already contains a [kotlin extractor](https://github.com/github/codeql/tree/main/java/kotlin-extractor). Is it somehow possible to use that to create...

question

This package is (via the fork https://github.com/GreenPonik/PySocksipyChain) 3 times on PyPi: * https://pypi.org/project/PySocksipyChain/ * https://pypi.org/project/GreenPonikSocksipyChain/ * https://pypi.org/project/SocksipyChain/ In addition, there is the ancient [SocksiPy-branch 1.01](https://pypi.org/project/SocksiPy-branch/), which is with over 629.000...

Posts, that contain a picture and a video, do not show up in the profile. E. g. https://pixelfed.de/i/web/post/654714090052919287 or https://pixelfed.de/i/web/post/627225463101309604 The posts can be acessed directly, but are not visible...

Das Beispiel aus der README funktioniert nicht: ```python from deutschland.handelsregister import Handelsregister hr = Handelsregister() # search by keywords, see documentation for all available params hr.search(keywords="Deutsche Bahn Aktiengesellschaft") # Hier...

During the introduction of the Github Actions, there was an error while uploading the wheels to PyPI. To fix this, I set `skip_existing`: https://github.com/weddige/miniball/blob/857b73ef9441aec24b0b36c1863bf012c41626e9/.github/workflows/build.yml#L66 This is not longer necessary and...

`__detect_mime_type` has a bug in line 66/67: https://github.com/T0ha/ezodf/blob/f9675c165679290a15bd2f9ab75f90fbc1490668/ezodf/document.py#L56-L68 [`os.path.splitext`](https://docs.python.org/3/library/os.path.html#os.path.splitext) returns the file extension with a leading dot (e. g. `.ods`). But `MIMETYPES` only contains the extensions without the dot:https://github.com/T0ha/ezodf/blob/f9675c165679290a15bd2f9ab75f90fbc1490668/ezodf/const.py#L23

As far as I can see, AES_GCM is not supported by asn1crypto. Was this a conscious decision, or is this an open TODO?