Yavor Atov
Yavor Atov
`resume_stream` will take effect only when both `log_file` and `log_pos` are specified. If any of `log_file` and `log_pos` are not specified, they are queried with `show master status`. Just `log_pos`...
The issue happens for me with `BLOB` data type columns. Blobs shouldn't be decoded. They store arbitrary binary data. Removing the decoding for blobs fixes the issue. ```patch diff --git...
@sean-k1 I've created a failing test here: https://github.com/YAtOff/python-mysql-replication/blob/7ebd0ee01764bf35d3f42fd6d847c7cba81f1ea1/pymysqlreplication/tests/test_data_type.py#L569 The issue happens when the table has more fields. I think the issue is in `TableMapEvent#_read_default_charset`. For this test case, it shows...
I've found the root of the issue. I've created a PR #582
```python LAYERDIFFFUSE_PARAMS = list(OrderedDict([ ("enabled", True), ("method", "(SDXL) Only Generate Transparent Image (Attention Injection)"), ("weight", 1), ("ending_step", 1), ("fg_image", None), ("bg_image", None), ("blend_image", None), ("resize_mode", "Crop and Resize",), ("output_origin", False,),...