Robert Kornmesser

Results 12 comments of Robert Kornmesser

I have the same problem on my OnePlus 8 Pro. Do you need some more information to fix this issue?

Image changed running UID. I had the same permission problem because of https://github.com/CollaboraOnline/Docker-CODE/commit/770d55f7f8a6cfedc8231d53f570281be07d1ee5. Old uid was 105 and new one is 101. I had to chown manually my external docker...

I have the same problem using https://github.com/vmware/vrops-export and `[[inputs.exec]]` with csv data format. ``` [inputs.exec] Error in plugin: column type: parse float error strconv.ParseFloat: parsing "cpuUsage": invalid syntax ``` While...

Btw: `rdate` isnt working either: `rdate -s time.fu-berlin.de`, but does not print any error message.

Could you make a github Release, so that upgrade-fw can be used?

Same problem here. I have everything set to german / germany. Manually updating metadata loads everything correctly. But after a while newly added movies/series are getting english metadata and I...

> > Oh forgot to mention, does this also happen with the remote install feature of the nxthemesinstaller? (Also does this app work without incognito on? Don't forget to enable...

It should be ``` unit_path="$(printf '%s' "$unit_path"|sed 's,\\x5c,\\,')" ``` instead of ``` unit_path="$(printf "$unit_path"|sed 's,\\x5c,\\,')" ``` on line [116](https://github.com/archlinux/contrib/blob/655a2fa76b06e54892a3817ce683236d147c9c27/admin/checkservices#L116), to keep special characters like `\x2d` in `/system.slice/system-serial\x2dgetty.slice/[email protected]`

The work to be done on this plugin is to set ExternalAuthentication.REVOKECONSENT_KEY based on the users checkbox (which is not existing yet) setting on CAS side in a new class...

@mmoayyed Could you please reopen the issue?