Alexander Haase

Results 116 comments of Alexander Haase

If notification settings could be changed, it would be nice to add an option to switch between Text-Only mails (no HTML and no Emoji) and HTML / rich text mail.

For example, if I file lots of requests about public infrastructure, people might be interested in following me to see new requests of me / my pseudonym. However, let's say...

This also would make it easier citing the FOI request in publications or for related FOI request as reference, e.g. if an agency refers to another one as it doesn't...

I agree, but would prefer a different placement of the input field and text snippet. Maybe an extra form should be used, as it is the case for selecting the...

I got can see this behavior [in this request](https://fragdenstaat.de/anfrage/kontrollbericht-zu-al-pinocchio-solingen/#nachricht-539042). However, if I observe correctly, it's quite not random, but any message gets moved to the bottom when touched (edited /...

I like the idea of adding a button to report false positives. Filtering the data will never be 100% accurate.

To my knowledge there is no other plugin that uses the `Tenant` object in this way. Although assigning multiple tenants wouldn't be a use case for me, I accept that...

FYI I solved this using a custom Jina2 filter: ```Python from typing import Any from jinja2 import UndefinedError def check_required(input: Any = None, message: str = None) -> Any: """...

I propose splitting this into two tasks, maybe solving the issue of scalability: 1. Add a `queue` parameter to `Job.enqueue()` and the `JobRunner` framework so that background jobs (including scripts)...