Matthias Urlichs

Results 131 issues of Matthias Urlichs

Today I stumbled over this one: ``` from attrs import define,field from dataclasses import dataclass @define class N1: foo:int|None = field(default=None) class N2: foo:int|None = None def __init__(self, foo): self.foo...

**The Problem** When I add a link to Wallabag that's already stored in my bag, I get two entries. **SolutionI like** The second entry is rejected with a 409 error.

Feature

Hello, My problem: I want to wallabag articles from a site which already offers a nice EPUB for download. My preferred solution: Add a POST method to the API that...

Feature

Suppose I travel from A to B and want to download the maps of all areas along the way. Currently this is only possible by panning along the path, which...

Python basically forbids swallowing a `BaseException` that's not an `Exception`. (You do not want a `KeyboardInterrupt` or a `SystemExit` to not terminate the program.) Also, using asyncio, you must always...

This PR aims to modernize the package's build infrastructure. * use `pyproject.toml` instead of `setup.py`/`setup.cfg` * use `pyproject.toml` to configure mypy, coverage, pylint, pytest, etc. * move source to `src/`...

This set of commits builds on #653. It merges that PR with the current master branch and removes all remaining code that references and/or depends on Python 2.7 and Python...

### Port, board and/or hardware Unix ### MicroPython version MicroPython v1.27.0-18.g3bca4bdbde The commit is the TaskGroup branch https://github.com/micropython/micropython/pull/8791 (possibly outdated, I need to do some cleanup, but nothing material). ###...

bug

### Port, board and/or hardware Unix ### MicroPython version MicroPython v1.27.0 ### Reproduction * compile the Unix port with `#define MICROPY_PY_OS_DUPTERM (2)` * run the binary * import the following...

bug

I just got bitten by an annoying incompatibility between Hypercorn 0.17.3 and Icinga check_http. check_http sends "HTTP/1.0" and "connection: close" and expects the server to, well, close the connection. Hypercorn...