Jonathan Kirszling

Results 148 comments of Jonathan Kirszling

you do too what ? Error appears as push notification. But it was about a misparsed file, that problem is now solved (removed the file on the server with a...

@kotecky are you using simple calendar pro from f-droid on your smartphone ? Check this out : https://github.com/SimpleMobileTools/Simple-Calendar/issues/1532

Ok, I needed to clean duplicates by SUMMARY, I also removed really old entries which has a strange syntax. Here the script I applied ```bash #!/bin/bash DIR="/home/user/.vdirsyncer/khal/home" IFS=$'\n' # Remove...

I did change my configuration to match requirements : no subdirs but one fqdn by service.

config file ``` ALLOWED_HOSTS: - api.domain.fr #READ_LOGIN_REQUIRED: true #WRITE_LOGIN_REQUIRED: true SECRET_KEY: **************** ```

if i move the config uder ``default`` key it works ``` --- default: ALLOWED_HOSTS: - api.domain.fr SECRET_KEY: **************** ``` But then if i use ``test`` instead of ``default`` and pass...

Yep, it's a bit hacking your tool, but I think this ability would please many users and open to different use cases. Thanks for your anwser ;)

I would prefer YAML, if a human edit this manually. JSON is better to transfer data and not really human readable.

anything about this one ?