Joachim Jablon

Results 391 comments of Joachim Jablon

I think there's a way, but it might not be simple...

My 2 cents: 1) You can subscribe to releases on GitHub ![Screenshot from 2021-07-02 13-59-33](https://user-images.githubusercontent.com/1457576/124271445-c0db0800-db3d-11eb-848b-d5e9610c083d.png) 2) There's also an auto-generated RSS feed at https://github.com/workalendar/workalendar/releases.atom 3) I'd love to follow Workalendar...

Yep. If you still want to release manually (adjust the version in setup.cfg & the changelog), all you got to do is copy this file: https://github.com/peopledoc/procrastinate/blob/master/.github/workflows/deploy.yml and add `PYPI_TOKEN` in...

(For what it's worth, https://en.wikipedia.org/wiki/Juneteenth#Legal_observance )

One solution : instead of doing ```python holidays = holidays_set() self.assertIn(date(2013, 12, 25), holidays) # Christmas # ... ``` we could do: ```python self.assertEqual(holidays_set(), { date(2013, 12, 25), # Christmas...

I believe the easiest way to have it done is if you're willing to help. There are 2 main parts: - Finding a reference source for a country. This is...

See #119 and #256 ;)

I think the long term plan is rather to officially support gettext translations so that you don't have to subclass. Maybe @brunobord knows more.

Such a feature where you select days by their "human readable" names will make it extremely complex to work when we implement localization. Also, it means that if someone fixes...