Thomas Aichinger

Results 4 issues of Thomas Aichinger

I run ubuntu 22.04 and installed incrontab. Here is my incrontab /x IN_ALL_EVENTS /root/test.sh $@ $% $# This is the test.sh #!/bin/bash echo "$1 : $2 : $3" > /tmp/incron.log...

I tried to use files_markdown with owncloud and run into an error. When creating a public link my mouse gets stuck and in debugger I see ``` TypeError: u is...

Open oncloud, goto contacts, add birthday field, enter date ### Expected behaviour date should be saved ### Actual behaviour next time you open this contact no birthday is there ###...

Add imports change print() cause of python3 ``` >>> import blockstack_zones >>> import json >>> zone_file_object = parse_zone_file(zone_file) >>> print(json.dumps(zone_file_object, indent=4, sort_keys=True)) ```