Arkadii Yakovets

Results 183 comments of Arkadii Yakovets

@nadyadtm, from your description this sounds more like the holidays library problem (which I have experience with as the library maintainer) rather than fbprophet one (no hands-on experience here). After...

Hi @gosvnavarro, I'm a bit confused by the issue description. As per [commit history](https://github.com/vacanza/python-holidays/commits/dev/holidays/countries/brazil.py) there were no changes for Brazil holidays for couple months. Please provide some code examples and...

Hi @dr-prodigy, thanks for composing this! I know it's once a year but still repetitive work involving a bunch of files. I'm going to take some time to look into...

I looked into how Django (I guess the biggest Python project I've used) handles this. Here is what we need to do for this scenario: - remove each file headers...

> Hi @arkid15r ! I understand your point.. Though personally I still feel like it is beneficial to keep a complete header for each file to clearly identify their project...

A couple of updates: - we've moved to the new branch names (dev, main) yesterday. I updated the PR's target to `dev` - > * create AUTHORS file (a separate...

The initial version of AUTHORS file has been added with https://github.com/vacanza/python-holidays/pull/1700 We've decided all further changes will be done by contributors. I think we should update our contributions guide to...

Thanks a lot, @PPsyrius!

> @arkid15r Would it be possible to use `subdivisions_aliases` to aggregate subdivisions? > > i.e. > > ```python > subdivisions_aliases = { > 07: "Inner Islands" > 14: "Inner Islands"...

> From what I understand Seychelles election take 3 days: the first day on Outer Islands, then Inner Islands, and the main island Mahé itself - as these dates has...