Igor Klimer

Results 24 comments of Igor Klimer

Thanks for the suggestion - I have not heard about this style (but then again I'm not that familiar with note taking myself 😅). I think it should be fairly...

@ordessa-steve, do you mean you want to help with this issue or just looking for general instructions on how set up and generate your own ReCalendar PDF? If the latter,...

Thanks for the clarifications - all makes sense :+1: I'll think about how it'd be best to implement this, but it seems quite doable. I'll try to have it done...

I took a stab at it, but it seems mPDF again is making things really hard (that should be easy) with its weird layout system that behaves almost like HTML/CSS,...

Thanks for the heads-up - looks like [`IntlDateFormatter::format`](https://www.php.net/manual/en/intldateformatter.format.php) is the recommended new way. Would you be interested in submitting a PR to use it instead of `strftime`? 🙏 I used...

Hmm, I'll have to look into that. In the meantime, as a workaround I recommend checking out https://recalendar.me/. It's a re-implementation of this project (also by me and also open-source:...

Thanks for the suggestion! But the current order (month overview, week overview, day, week overview .... month overview, week overview, day overview) makes sense from a flow point of view....

Thank you, that's a great suggestion! Unfortunately, I don't have the time to implement it right now, but I'll keep this issue open in case someone else wants to pick...

Well, that's embarrassing, but you're right! 😅 I'll have to look into that. In the meantime, as a workaround I recommend checking out https://recalendar.me/. It's a re-implementation of this project...

Related issue: https://github.com/react-grid-layout/react-draggable/issues/363 There's an interesting workaround suggested there: https://github.com/react-grid-layout/react-draggable/issues/363#issuecomment-631750224. Simulates a mouse down event to trigger the internal calculations related to bounds.