Dmytro Yaroshenko

Results 149 comments of Dmytro Yaroshenko

I can also add a range of dates support if you want I can add a min max properties and also add a behavior modes like Alert/NoAlert/HideUnavailable

* I think we can format the text for days that out of range as subscript/superscript using Unicode * We also have to add a method to override the dates...

UPD #16 * fix now month highlight * added min_date, max_date optional parameters * added superscript formatting for out of range * added GenericCalendar.set_dates_range method * added property GenericCalendar.show_alerts (defines...

> it seems this is something related to callback handler and filters, did you tried in aiogram 3? never happen in aiogram3

> Maybe you want to elaborate what you want to achieve and give some examples. Thanks. already started with it #514 I just want to adjust library to [PEP484](https://peps.python.org/pep-0484/) [PEP561](https://peps.python.org/pep-0561)...

or we can add typings directly to .py files

but in addition to the number of iterations, it is necessary to take into account the time for performing the calculation, it may turn out that due to a decrease...

Right now I don't have much time to study alternative calculation methods, so I'm completely relying on you. In any case, if we're worried about breaking something, we can always...

@serhiy-yevtushenko In theory, we are considering the possibility of adding alternative calculation methods, currently the plan is to implement RK. This is something that can be implemented without a significant...

> Hi, David. Thank you for the tips. Could you clarify, what is the performance impact of extra-data=True? I tried now running the simulation with extensions in version 2.0.8b1, and...