Robin Kluth

Results 62 comments of Robin Kluth

Yes. But thats for one time usage. I thought of something that do it in background and creates a neat info table (start, end, caller, callee, length, used codec)

True. Its not capable of this at all, but you are right. well, that was just an idea 😀

Ah, I see there is some progress on warning the user? https://github.com/ACTom/files_mindmap/blob/09f428a99ac8a0143009cdbbb71bff51b89b6c41/lib/Controller/FileHandlingController.php#L131 EDIT: Erm... The linked commit is not yet included in master? The latest release is newer than the...

I also observed this "new" behavior after latest one or two updates of AWX/Operator. And the job did also run more than 4 hrs before: ![grafik](https://github.com/ansible/awx/assets/87267/b5b928a9-def8-49da-8c9c-5c57b5b9e22d) (that was with): ```...

Guess what? Without setting the env var, its working again! ![grafik](https://github.com/ansible/awx/assets/87267/2d53fbe9-22a3-4d73-beb1-821b5a9d73b0) What changed in the meantime? => I updated (regular update) to AWX 23.8.1. I dont know if that helped....

Since we moved on to shared mailboxes instead of public calendars, this also made me cry... We also use garethp php-ews and as of now the above code needs a...

I have the same issue. App | Version -- | -- Core | 18.0.4 OnlyOffice | 4.1.4 Document Server | 0.1.5 PHP | 7.2.24 ```json { "reqId":"jwSHL9KazOwNstyftIOY", "level":3, "time":"2020-05-12T05:10:18+00:00", "remoteAddr":"",...

+1 would be awesome to see all current entries within the webui

I still came across that issue: Yii 2.0.47: ``` Projekt::find() ->asArray() ->one( $myDb); ``` The `Yii$app->db` does NOT have the whole table. But $myDb has. But: ``` 2023-05-25 14:15:02 [-][-][-][error][yii\base\InvalidConfigException]...