Matteo Tassinari

Results 9 comments of Matteo Tassinari

I think you can disregard this, re-creating the installer with the latest version 2.4.2 seems to have solved the issue, sorry for the wrong report.

After another check, I found out that some error still persists. In fact, when using the makeself script on WSL, I just noticed this: ``` Header is 695 lines long...

I see.. would it be thinkable to add a switch for that? Something like `--use-apparent-size`?

Yes, I understand your point. In this case, it was a generic recurrence rule, which is not meant to directly refer to a specific start date, which will be set...

I stand corrected, I tried a slightly different rule: `FREQ=YEARLY;DTSTART=20180101T000000;BYMONTH=1;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR,SA;BYSETPOS=+1` That is, same as above without sunday, and the generated dates are: ``` /opt/agews64/www/sandbox.php(9) : eval()'d code:5: object(Recurr\RecurrenceCollection)[2207] private 'elements'...

After performing further tests, it seems that the issue is on "YEARLY" rules with "BYMONTH=1", "BYDAY=..." and "BYSETPOS" different from "+1", in fact using for example "BYMONTH=2" the rule works...

It has been removed now (text is in Italian, but the part in red says "This extension is no longer available because it does not follow Chrome extension best practices.")

I tried manually modifying the file, and I think that instead it should read ```export * from './lib/index';``` However, since it says it is autogenerated, I am not sure how...

I am not too sure [this](https://github.com/tasso85/react-icons-issue-948) is "minimal", but it shows the issue. It should simply be a matter of cloning the repo, running `npm install` and the `npm run...