Martin Stone

Results 127 comments of Martin Stone

> When uploading, check in current the pictures of the album if there is a name match. If so, overwrite would be the idea I think. Hmm.... Initially I dismissed...

Reproduced on Safari with my ridiculous album. Firefox on android is fine.

The python package included with Termux is explicitly [built without](https://github.com/termux/termux-packages/blob/master/packages/python/build.sh#L26) `os.link` support because hardlink support on android is sketchy. `atomicwrites` in turn uses `os.link`. We could add detection for edge...

I've been able to reproduce, though I have no idea why it's happening. One weird observation that may be useful: for me, inserting a `{nl}` before the `{tab}` in your...

Ok, it looks like it's only in the `calendar` view. `list` doesn't appear to be affected.

We encountered similar issues migrating to GitHub Actions (#1075) which were caused by low clock/mtime resolution. `master` now has some delays, so it may be worth revisiting this in case...

Hi. No, at present there is no way to do this from within khal.

> Regarding scalability may I ask the question, whether it is really a good design decision to store every caldav entry for each user at three local positions ( `~/.calendars`,...

I haven't had time to look in detail, but my immediate reactions are: 1) > > CREATED:00001231T000000T > > ... > > That data certainly is broken. 2) Skipping the...