Steinweber

Results 8 issues of Steinweber

![pcs61lv](https://cloud.githubusercontent.com/assets/6780081/14885270/da477ee8-0d4a-11e6-9ceb-adcd28b29f43.png) ``` javascript document.getElementById('deployJavaPlugin').style.display = 'none'; ``` this will hidde the object. The width="0" height="0" from object will be overwritten by chrome´s css (using FireFox) chrome://pluginproblem/content/pluginProblemContent.css

Is it not possible to remove objects like java and Flash after tests? I can access over the id and remove it. But i tink it´s better to remove it...

### Contribution guidelines - [X] I've read the [contribution guidelines](https://github.com/mailcow/mailcow-dockerized/blob/master/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [X] ... I understand that not following...

bug

For better (less code) version and routing management: [Gist](https://gist.github.com/Steinweber/d4dd1351bbfc8e9159334bcae4da1f2b) If you do this, u can add a router.clone() or router.copy() thats return self? [router.clone() Gist](https://gist.github.com/Steinweber/d4dd1351bbfc8e9159334bcae4da1f2b#file-router-clone-js)

```bash Linux 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64 GNU/Linux PHP 8.2.7 (cli) (built: Jun 9 2023 19:37:27) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.7, Copyright (c)...

bug

## Before you submit an issue, please be sure to search through existing issues as well as search through the [documentation](https://hyperf.wiki) - [x] I've searched all existing issues - [x]...

question

```bash Linux 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64 GNU/Linux PHP 8.2.18 (cli) (built: Apr 11 2024 22:07:45) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.18, Copyright (c)...

bug

How can you validate an input if only one field is allowed to have a value, but no field has to have a value? ``` 'channel_1_id' => ['prohibits:channel_2_id,channel_3_id', 'ulid'], 'channel_2_id'...

question