David Arnold

Results 55 comments of David Arnold

Thanks @yangtfu, that's very helpful. I am able to reproduce the problem. @pbiering, the problem is here: ``` File "/home/ytf/ws/py_ws/Radicale/radicale/item/__init__.py", line 52, in read_components return list(vobject.readComponents(s)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ``` If that's...

@doka380, thanks for the report. Is it possible that you still have (or can regenerate) the problematic ICS file? If so, it'd be great if you could attach it to...

I suspect, but haven't yet tested, that the problem here is in the VTIMEZONE specification. According to IETF RFC-5545 (the iCalendar spec), a VTIMEZONE component *must* include a TZID, plus...

Confirmed current vobject can parse the above iCalendar object without pytz installed.

I will definitely have a look at this. I'm still unsure how I'd like to integrate it, but at a minimum, it could be in some sort of example code...

For better or worse, there's not a lot of usage of the new session layer stuff that I've seen: most FIX is still using the classic session protocol and some...

> Hello, there! As, I'm new to the FIX protocol I do not understand where I can start and how I can use this if zoakes or anyone else can...

> And If you can please give me steps on how can I achieve a connection with any server using quickfix or fix API. Please mention some steps or material...

Committed the fix for #42, replacing a bunch of %-operator usage with f-strings. This _won't work_ on a anything older than CPython 3.6. This task is now complete.