Mari Heimbrodt

Results 13 comments of Mari Heimbrodt

Just to provide a workaround: looks like bookworm works 90% from inside the Windows Subsystem for Linux (WSL) with installed X-server on the host. 1. Install WSL (I'm using Ubuntu...

@babluboy I did some more testing and it turns out some things are broken that I didn't noticed in the beginning. It still works for displaying, annotating and collecting epub...

I just tried FTVLaunchX and it looks like I have them same issue: booted right into the selected app, but no button works. Also running 5.2.7.4 @umonkey13 My original FireTV...

Found out it's already possible out-of-the-box: ```` [log] loglevel= INFO logfile = /var/log/todoist.log ```` Should be documented.

POC finished in da05683 In testing. stuff to enhance: - looks like sometimes a emty "broadcast to" is send while the cronjob is waiting to cast... happend 2 times?! I'll...

Example https://github.com/guysoft/AlarmBot/tree/master/src

Thanks for reaching out! I'd be happy to merge such a feature. Please use the branch [beta](https://github.com/6uhrmittag/taskbutler/tree/beta) to create a branch, as I'm just in the process of migrating from...

> more for syncing entire issue lists from GitHub to Todoist? Yes, this. I startet a 2-way sync, but never finished it(code in [e8bbd51](https://github.com/6uhrmittag/taskbutler/blob/e8bbd51c52d546683c5c2aefb356353e9a723c2d/taskbutler/taskbutler.py#L454)). It had no auto-expand feature though,...

possible fixes: - require absolute path in config.ini and remove .taskbutler/templates (would make .taskbutler/template obsolete.) - better solution is to create absolute path inside taskbutler at ` todoist_dropbox_templatefile = config.get('dropboxoffice',...

50% solved via quick&dirty implementation of https://sentry.io/ in private taskbutler. Looks like public implementation can't be done since it requires an API key.. would work but isn't how it should...