David Arnold

Results 55 comments of David Arnold

> I will take a look at the pull requests. (I work on the project in my spare time.) > > Advancing the project in a significant way will be...

I'm working on a vObject fork (https://github.com/py-vobject/vobject), with the intention of bringing it back into a well-maintained state. Given Radicale is an important downstream user, I'd like to keep track...

I have tested this with vObject today, using Python 2.7, 3.7-3.12, and vObject Git _master_, and am NOT able to replicate the problem. I copied the ICS data from the...

This ICS file (with the addition of an "END:VCALENDAR" line, which I assume got lost in cut&paste), passes RFC-5545 validation at https://icalendar.org/validator.html. vObject raises: ``` Error Traceback (most recent call...

@rhymeswithmogul, I attempted to replicate this issue today. I used to following ICS file (cobbled together from other vObject test cases): ``` BEGIN:VCALENDAR VERSION:2.0 PRODID:-//mozilla.org/Mozilla Thunderbird//EN BEGIN:VTIMEZONE TZID:US/Pacific BEGIN:STANDARD DTSTART:19671029T020000...

Multiple institutions are moving to 24x7 operation, especially those offering crypto trading. No, neither party is expected to maintain session history beyond a reasonable time period. Additionally, use of tag...

(I came here via #81) Using the Cycplus USB dongle, some possibly relevant debug logs: ``` INFO:openant.easy.node:capabilities max_channels: 8, max_networks 3, standard_options: set(), advanced_options: {, , , , }; {,...

This profile is not yet available to ANT+ adopters (members only, so far as I can see?)

Thanks for the detailed report @dozed

First off, in iCalendar 2.0, it's legal to use either a `DATE` type (with the `VALUE=DATE` property) or a `DATE-TIME` type for the `DTSTART` and `DTEND` fields. So this is...