James #FFFFFF
James #FFFFFF
@dp247 Awesome! From reviewing the ical2json output. RRULE is present on the recurring date instances, however when changed collection days occur i.e. on a bank holiday, there will be single...
If it helps, I've used a wrapper library using ical.js, which can expand RRULE VEVENT instances to provide each individual occurrence, following the rules defined i.e. EXDATE, in addition to...
It's been good to leverage a more advanced ical parsing library as some of the original iCal data provided on a few schedules was wrong on the RRULE data not...
Happy for any use of the JSON data you see fit! The original plan was opening up the data from the horrible PDFs and thanks to some great JS libraries,...
Thanks. Actually it's creating the redirect itself because the Destination column is limited to 255 characters and the destination URL exceeded this by 34.
Ah sorry, so the only validation is the fact the plain text field notes that the field has exceeded 255 characters with a -34 value shown in red, but you...
Ah, makes sense. I think being able to customise the column size for legacy URL or destination URL is the best solution I guess then.
I currently have hacked in multiline support from the changes made by https://github.com/jordanlev/tablemaker/commit/afa662b02c075e23a2498167027b7553fd9d61e2 in an older PR via a fork of the original tablemaker plugin. It would be good to...
@belkin Interesting approach, the issue is markdown isn't really editor friendly and more likely to be something developers know and use. You can hack in multiline support. I have done...
It certainly does seem like something related to the DOM structure of the Instagram public profile side. The edges array in the JSON response through the proxy is empty. The...