Leonardo Taccari
Leonardo Taccari
I would just use the package provided by your favourite package system (and/or look for possible adjustments there!). :) Without using `pkg-config` - and for `AUTORELOAD` probably also checking it...
Hello! That's good and yeah, if you have `requests` installed (that apart Python 3.x is the only dependency!, but hopefully it should after that `python -m pip install requests`!) this...
I have adjusted the issue title according the very likely root case of the problem. I will try to reproduce it and hopefully fix it. I guess that we need...
Hello! It needs fixing in several places. Basically around the code there are some `XXX:` comments that assumed that one single block upload was ok (but there are also some...
Please also see #70, probably the limit was changed to even lower block size.
Kamil Rytarowski writes: > [...] > It is available only if we mount it, it's not enabled by default. > [...] That's not correct: sysinst(8) always adds an entry in...
I have tried to address that in #1364. `icalendar` exposes a `use_pytz()` and I think it's safer and less intrusive. When running the tests (and also when running for real...
> I'm in 0.11.3 but I got the same error: which version of khal shall I install to be able to add new events? > #1364 is needed to address...
I have shared a possible patch to address that via #1364. Now all tests passes for me with `icalendar>=6.0.0`.