Results 5 comments of Akiva

looks like this could be done by parsing the candle lighting times (which are displayed only for shabat and Yom-Tov) but I wish there was more structured way

actually, the holidays are already bitwise-marked (LIGHT_CANDLES,YOM_TOV_ENDS etc.) so I believe implementing such a feature is not too complicated. https://github.com/hebcal/hebcal/blob/master/holidays.c#L69 I'll try to do it myself if you find it...

hi @hishamkaram coulld you please share your `pipenv graph` output? I had the same issue and it seems that the conflict only happens when `google-api-core` is at it's `[grpc]` version

1. I noticed that the api v1.1 support is on a separate branch. I suggest doing the GAE support on another branch so that GAE doesn't disturb anything and make...