Markus Lobedann

Results 8 issues of Markus Lobedann

Can't really say when this started, but links in self-contained HTML export don't work anymore. They exist, but clicking them doesn't do anything. I think the reason is, that the...

### Describe the issue you are experiencing I am running RaspberryMatic in Docker and used the automatic setup via script from https://raspberrymatic.de/install-docker.sh. The network script `99-ccu-shim-network` doesn't work for me,...

:bug: bug-report

D417 "Missing argument descriptions in the docstring" only triggers when there is a section for arguments, but not when there is none. If this behaviour is explicitely desired, the documentation...

`save_file` will change the filename and not clean up after itself after a rollback This is a preparation for another (not yet done) PR to solve https://github.com/frappe/frappe/issues/25178 which will completey...

needs-tests
inactive

## Description of the issue The documentation says that "bench backup" knows about the arguments "--only", "-i" or "--include". https://frappeframework.com/docs/user/en/bench/reference/backup These are no commands/arguments from bench itself, but I think...

If no refresh occurs, the form behaves in a strange way such as: * fields only become read only after chaning and leaving them * clicking "Add Row" in a...

inactive

Creating a virtual link field prohibits docs from being inserted/saved. You will get the exception ``` AttributeError: can't set attribute '' ``` instead. Setting of properties without a setter (in...

inactive
add-test-cases

Closes #25178 I consider the function `save_file` harmful and it shouldn't be used by anyone, especially since the alternative of using the DocType `File` directly is so easy. Examples for...