denisenkom
denisenkom
Please comment on this ticket if you are willing to review PRs or become a maintainer for this package.
Hi, I am maintaining pytds package. I use pyopenssl to implement TLS connectivity. I got this error report from multiple users: https://github.com/denisenkom/pytds/issues/106. Here is the stack trace: ``` Traceback (most...
This PR will enable testing using Appveyor CI. See example: https://ci.appveyor.com/project/denisenkom/django-pyodbc-azure Tests are imported from Django test suite. Only tests relevant to database backend are imported. Tests that are failing...
I used Kotlin's `KotlinxSerializationCbor` to generate following CBOR, encoding it in base64 urlsafe format: ``` v2dzdWNjZXNz9G5taXNzaW5nRmFjdG9yc5-fn2h3ZWJhdXRobr____-fn2d5dWJpb3Rwv_______ ``` I can decode it using `cbor2pretty.rb` tool with the following command: ```shell echo...
Hi all, I encountered SIGSEGV error in Gst.extractError function, here is full error report file: [hs_err_pid32632.log](https://github.com/gstreamer-java/gst1-java-core/files/13801575/hs_err_pid32632.log) When a JNA function is invoked with a `Structure.ByReference` parameter, JNA automatically reads the...
## Problem JNA reads structure content for structures passed by reference. In this particular case since g_error_free function releases memory used by structure passed to it, this results in "read...