Mario Wenzel

Results 90 comments of Mario Wenzel

If this was added to the url, wouldn't it be better to add it as a fragment at the end? This wouldn't clash with any ical-service that actually uses this...

There's a lot allowed in the fragment (see https://stackoverflow.com/questions/26088849/url-fragment-allowed-characters) and we can define a query-like configuration-syntax there as well, if you're adamant on using a valid url instead of some...

> Do you have any suggestions how to store it in the fragment, so that it's easy to parse? I think exactly what you proposed initially. When using the same...

Let me get this straight: It's fine to add dependencies, like https://github.com/aceisace/Inkycal/blob/main/installer.sh#L64 Just not all dependencies? Why not just add all dependencies for Inkycal and let the package manager figure...

So for dietpi, which is even more minimal than the minimal raspbian I needed to add the following `sudo apt install git python3-pip libtiff5 libopenjp2-7 rpi.gpio libxcb1 libfreetype6-dev libfreetype6-dev python3-pillow;...

> May I ask you to create a PR for this? will do > I'm a bit busy with exams these days I know. I have to administer quite a...

What's the policy on the `spidev` dependency? It's included in `epdconfig.py` but not necessary for the `9_in_7.py` display interface. There's also no hint in the install instructions that this would...

With this new data structure we can easily add multi-day events (spanning multiple days, like holidays) to all days in that timespan.

Phew, all rebase, merge, and cherry-pick throw quite a few conflicts. It might take a bit. I possibly just do it by hand.

Just to add: http://username:[email protected]/calendar is specifically RFCs 2617 and 7617 and is not a custom invention. This is really the way this should be done and this is supported by...