Justin Krause
Justin Krause
First, this is an insanely useful repo –– thanks! Everything is working great in my code except for a weird situation in which my Flask app tries to do this:...
I'm trying to compose a REPLY and it looks like [SEQUENCE is required](https://tools.ietf.org/html/rfc2446#section-3.2.3). It looks like `ics.Event()` doesn't support this field? ```python c = ics.Calendar() c.method = "REPLY" e =...
We spuriously, yet regularly, are seeing this error when running Flask-RESTplus. Anyone have any idea how to fix this? ``` Traceback (most recent call last): File "lib/flask/app.py", line 1475, in...