Daniel Caspi
Daniel Caspi
- Use of `$first` added unnecessary space to end of first column - Add `\r\n` to replacement list (no point to have two spaces for this behavior vs. one) -...
@NorthernMan54 what do you think about this? At least may lead to some helpful debugging.
Several fax status codes are reported by the API, but they do not appear in the [API documentation](https://github.com/alohi/faxplus-python/blob/master/faxplus/models/fax_status.py). For example: - `failed_call_rejected` - `failed_origination_unknown` - `failed_zero_page_transmitted` There may be other...
### OS/Arch macOS ### Python version python 3.11 ### cChardet version 2.1.7 ### What is the problem? cChardet is incorrectly detecting the encoding of this file as Big5. I'm not...
## Motivation Currently, customizing the schema of Celery’s SQLAlchemy result backend requires monkey-patching the models (`Task`, `TaskSet`, or `TaskExtended`) directly. This makes it hard to: - Change column types (e.g.,...
### Describe the bug ## Description I'm experiencing the same infinite loop issue with `nextForwardToken` described in #4472, but I've identified a specific case that triggers this behavior: **querying log...