oisact

Results 8 comments of oisact

This corrects the defect. Addition of 5 lines to Text.js: ``` this._charCount = 0; for (var i = 0; i < drawnLines; i++) { if (this.style.wordWrap && lines[i].length > 0...

Additionally, it is possible for this defect to manifest for LTR languages as well. The final word-wrapped line will not end in a space (unless the original text has an...

I'm checking with the copyright owners over that. I think if I provide you the raw text, font size and the word wrap width constraint you should be able to...

The lack of this functionality is preventing the library from working correctly for me. Parsing RDATE should be very straightforward (much more so than other already supported methods of handling...

> Happy to accept a PR This works for me and the ICS I'm importing. Patch file (renamed .txt to allow uploading) [Enhance_the_iCal_php_library_to_support_RDATE_type_recurring_events_.txt](https://github.com/u01jmg3/ics-parser/files/2848855/Enhance_the_iCal_php_library_to_support_RDATE_type_recurring_events_.txt)

> Please raise a PR. Unable to apply the patch even renaming it to `*.patch`. remote: Permission to u01jmg3/ics-parser.git denied to oisact. fatal: unable to access 'https://github.com/u01jmg3/ics-parser.git/': The requested URL...

Sorry, I don't have the time to jump through the hoops. Here it is if you want it... one solid block of code: ```php if (isset($anEvent['RDATE'])) { $isAllDayEvent = (strlen($anEvent['DTSTART_array'][1])...

The data I'm importing is coming from here: https://smythchamber.org/?plugin=all-in-one-event-calendar&controller=ai1ec_exporter_controller&action=export_events&no_html=true