Trenton H

Results 35 issues of Trenton H

When trying to login to a MailBox with a password containing non-ascii character, imap_tools will fail with the following: ``` >>> from imap_tools import MailBox >>> m_box = MailBox("imap.gmx.com", 993)...

enhancement
you may implement

**Describe the bug** When the sample file provided is through, the output file will be 3 copies of the input page. The input file is produced with `scanimage` using `lineart`...

third party issue

I have a custom container class which implements a `.sort` method. When autopep8 is run against the file, it changes the code as below: ``` f = FileList([Path("./supportfiles")]) f.sort() f.filter_exts([".c"])...

problem with 2to3

When using this API from within a GitHub Action, the API returns a 404 error when attempting to use `delete_package_version_for_authenticated_user`. However, doing a manual curl command to the same URL...

Would it be possible to update this image to allow running it as a certain user? Perhaps using [s6-overlay](https://github.com/just-containers/s6-overlay) would make it easier? I prefer to run my containers as...

Following the example labeled "Quick Usage Guide" results in an exception. python-qbittorrent version: 0.1.4 qBittorrent version 3.1.11 requests version 2.8.1 Traceback: Traceback (most recent call last): File "./temp.py", line 13,...

### Describe the issue: While investigating paperless-ngx/paperless-ngx/issues/1364, it was noticed between `numpy==1.22.3` and `numpy==1.23.1`, the supported SIMD extensions reported by `numpy.show_config()` changed, with `1.23.1` not finding the ASIMDFHM feature. The...

00 - Bug
06 - Regression
09 - Backport-Candidate

After upgrading to `channels-redis==4.0.0`, our celery tasks are all reporting the following traceback: ``` future: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/redis/asyncio/connection.py", line 828, in disconnect self._writer.close() # type: ignore[union-attr]...

**Describe the problem you have/What new integration you would like** It would be awesome to be able to configure an ESP device with only Bluetooth, which sends sensor data using...

Type: Bluetooth

## Proposed change The call the `mktime` could fail under certain conditions. Like a 32 bit system. However, it is only used for exporting encrypted files (which shouldn't be used...

bug