T.v.Dein

Results 76 comments of T.v.Dein

PS: also interesting to note, after 1 week the number of backups on some instances were reduced from 36 (see count output in first message) to now 18. So -...

Ok, I added the `--confirm` flag. This is an example where there are 78 backups and 14 should be only there. After running the above command, 16 backups are left:...

It is possible to define custom key bindings in `hotkey.yml`. Eg: ```yaml hotKey: q: shortCut: q description: exit command: quit Delete: shortCut: Delete description: Delete resource command: delete ``` The...

> Do you still have this issue? I could not reproduce here Yes of course, the problem persists.

Could please someone look after this issue? I also like to add, that it seems like Rocketchat wants to upload data to some undisclosed destination as reported in another issue...

Seems like Rocketchat is about to go to the dark side. It's a pity ...

Hi, thanks for your kind response. Ok, so I'll retry the update. While we're at it: what about the licensing and user limitation issues? We have >500 users, do we...

Yeah, this is (better: was, 'cause in the meantime I switched to another module) the client code: ```go package lib import ( "encoding/json" "fmt" "github.com/go-resty/resty/v2" "os" "path/filepath" ) type Response...