Michael Wieland

Results 31 issues of Michael Wieland

The current version of the Python [redis](https://pypi.org/project/redis/) package returns a `byte` instead of `str` for key types. I've fixed that by decoding the string using `.decode("utf-8")`. Additionally to that, parentheses...

**Is your feature request related to a problem? Please describe.** I want my bookmarks and the folder structure ordered by title to keep them organized. **Describe the solution you'd like**...

enhancement

# IMPORTANT Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;) * [x] I have read the [CONTRIBUTING.md](https://github.com/nextcloud/news/blob/master/CONTRIBUTING.md) and...

bug

I'm using the daemon in a socket activated systemd user service to periodically sync the history even if I close my terminal after executing a few commands. I'm also using...

In the step type "text" it is possible to add ingredients to the step which are then listed at the top overview of ingredients of the recipe. But this does...

enhancement

I'm not sure whether that's possible with the Fyne toolkit Supersonic is using, but it would be nice to have smooth scrolling, just like known from most web browsers.

enhancement

Right now, the following SyntaxWarning is printed: ``` /.../fritzconnection/core/soaper.py:207: SyntaxWarning: invalid escape sequence '\d' wifi_pwd_keys = 'New(WEPKey\d+|PreSharedKey|KeyPassphrase)' ``` This is caused as `\` needs to be escaped in non-raw strings....

### Is your feature request related to a problem? Please describe. Previously, I've already opened an issue regarding improving the print view (#3921). Right now it already looks much better...

enhancement

Right now, the extension uses the system temp dir as output dir by default (e.g. /tmp on Linux). On multi-user systems, this could be a security issue when dealing with...

enhancement

### Is there an existing feature request for this? - [x] I have searched the existing issues ### Your feature request Right now, a timer configured using the `run_*()` methods...

enhancement