Ashhar Hasan

Results 251 comments of Ashhar Hasan

Something like adding a `traceback.print_stack()` into the `get_server_version` method to see what's triggering it to get called should help. I couldn't trigger the method being called so I couldn't debug.

Thanks for replying. I figured out a better option in meantime - `-noautorotate` flag to `ffmpeg` causes it to not look at file metadata which achieves same effect (as long...

Feel free to close if you think this isn't generally applicable. FWIW pre-processing files isn't too bad - specially because it allows inspecting files before doing the crf-search or vmaf...

Thank you for the report and being willing to submit a PR. I'll take a look at the PR once it's available.

No. Transactions are emulated for the Hive connector only as far as I remember. cc: @mosabua Maybe we should clarify this in the docs + check what's the long term...

Good idea, if you are still willing to send a PR we'd appreciate it. Sorry it took so long to reply.

Why is this a problem? Feel free to send a PR to omit the header altogether if you want.

Closing since this is not considered an issue.

See https://github.com/debezium/debezium/pull/1505 for an example use-case where such support might be useful and the following questions on StackOverflow for some ways people today try to workaround this: [implementing custom types](https://stackoverflow.com/questions/32114801/persists-java-object-in-postgresql-in-a-range-type)...