amit777

Results 44 comments of amit777

Hi, is session support planned? Thank you for this awesome plugin

Sure, I'm going to do a couple more tests and compile the results and send them to you. Is it ok if I email you some of the test files...

Actually, I just noticed ytnefprint does seem to find the field and the data in that field looks correct: ``` #1: Type: [ BINARY ] Code: [PR_BODY_HTML] Size: 487 Value:...

Ahh, I see in the ytnef/main.c the saveRTF flag.. looks like there needs to be another flag for the HTML body. I'm going to continue playing around with this. If...

I was working on creating a pull request for a couple enhancements. But I was hoping you could clarify this part of the lib/ytnef.h code: ``` #define attAttachData ATT( atpByte,...

I created a pull request for the HTML body export as well as some additional header defs. https://github.com/Yeraze/ytnef/pull/83 Hopefully it fits your desired coding style! Thanks again for creating this...

I'm using chrome Version 35.0.1916.153 latest. When I click on export, it always choose "download.csv" as the filename even if I have the filename="export.csv" attribute set. Also, I have the...

oh, sorry, if it's undefined then that should work! I think I missed that. My goal is to let someone say "X starts on 2/2/18 and goes indefinitely". I could...

so if I tried to use the directive and both start and end are undefined, I am not able to click either the start or end date. I just see...

If i set item.start to a new moment(0), then if I click the undefined item.end date, i get the following error in console: ``` TypeError: Cannot read property 'clone' of...