Serhii A

Results 25 comments of Serhii A

Hi @Gallaecio I guess we can close this issue. I have an m1 mac, and everything works fine on my laptop: ``` regex 2022.3.2 dateparser 1.1.2 ``` and ``` ❯...

Hi @redreamality You can use the date_formats argument to parse the date in this format. ``` In [1]: import dateparser In [2]: dateparser.parse('20220721', date_formats=['%Y%m%d']) Out[2]: datetime.datetime(2022, 7, 21, 0, 0)...

@redreamality Please let me know if you were able to parse dates in this format using this argument. Thank you.

Thank you for your PR @federicodilo Could you please add some tests to this PR that cover these changes? Thanks in advance.

@webknjaz and @bosswissam what do you think about https://github.com/bosswissam/pysize/pull/14 ?

В принципе все понятно, только `_effects_generator` это подробнее изучу и отправлю тогда результат.

Thank you.

Close #864