Mebus

Results 25 issues of Mebus

Hey Georg, I am trying to read / write strings, that are 255 characters long from the PLC. I tried it like this, but this limits me to 32 bytes:...

Hallo, on Debian 8.11, amd64 I get this error, when I try to Install golang 1.11.1: ``` root@box ~ # ~/go/bin/godeb install 1.11.1 processing https://dl.google.com/go/go1.11.1.linux-amd64.tar.gz package go_1.11.1-godeb1_amd64.deb ready (Reading database...

Hallo, I wrote this note on how to run taskwarrior-web with systemd as user-unit: https://github.com/Mebus/mebus-codesnippets/blob/master/taskwarrior-web-systemd.md I think it should be included in the official documentation somewhere. Mebus

Hallo, please ask for a confirmation to mark the task as done, when I click on the checkbox. I accidentally removed some tasks. That is dangerous. Thanks Mebus

Hallo, it seems that task web listens by default on "0.0.0.0". This is a security issue, because no warnings on this are displayed by default. Please make task-web listen on...

It's not possible to add a annotation to a task, when I am viewing a project. Although there is a button visible for annotations. When I click on it, nothing...

Hallo folks, I want to prune a repo, but I get this: ``` restic prune --cache-dir /var/restic-cache -r mybackup/ enter password for repository: repository 8166a112 opened successfully, password is correct...

state: need feedback
category: prune

Hallo, I installed Mongoose on Fedora 27, but I get the error I attached in the text file. What can I do? [error.txt](https://github.com/cesanta/mongoose-os/files/2319951/error.txt) Mebus

Hallo, if the issuer argument of the NewTOTP() function contains a "/", the keys will be moved to a different directory and it will fail to create the subdirectories. I...