Niko Fink
                                            Niko Fink
                                        
                                    If the time format is any of (h, m, s, ms, u, ns) the timestamp column will be parsed as integer with the given precission (instead of a formatted string),...
This PR tracks the new Converter System, which is currently the biggest blocker for v0.8 (see #245). The first commit takes the first big step towards a more ergonomic (and...
This is a meta-issue to collect all the things we want to have in v0.8 (see also the [milestone](https://github.com/C4ptainCrunch/ics.py/milestone/8)) and how we want to get there. I'll try to keep...
I guess these are not really all-day events as they simply start at noon and end in the same instant. Would it be easier to mix different event types in...
Using urllib's `ParseResult` as sole data type for representing URL attributes is probably not the best and most flexible way, so we should evaluate ways of letting the user chose...
This is another all-day event off-by-one error, related to #92 and #150, but not fixed by bd918ec7453a7cf73a906cdcc78bd88eb4bab71b. Let's say the begin time of a not-all-day event is in a timezone...
This minor PR adds the missing `__str__`, `__repr__`, `__eq__`, and `__hash__` methods to rrule and rruleset, which I've been missing when working with both in the context of ics files....
**What is the name of your project?** ics.py: iCalendar for Humans, a Pythonic and easy iCalendar library following RFC 5545 **What is the repo URL?** https://github.com/ics-py/ics-py **Is there anything else...
Opening any of the two binder links of the [minimal Dockerfile example](https://github.com/binder-examples/minimal-dockerfile) yields a notebook that simply displays a 404 error page:  [ master branch](https://mybinder.org/v2/gh/binder-examples/minimal-dockerfile/master) [ truly-minimal branch](https://mybinder.org/v2/gh/binder-examples/minimal-dockerfile/truly-minimal) Running...
This is probably similar to [this issue on Bitbucket](https://bitbucket.org/wlav/cppyy/issues/369/template-instantiation-not-happening-in), although it is happing in possibly far more common context. Consider a vector of tuples containing pointers: ```python >>> import cppyy...