-
At https://www.hebcal.com/sedrot/#download, in the "Leyning spreadsheet downloads" section, in years when Rosh Hashanah is Thursday-Friday (such as 5785), the csv for weekday reading incorrectly says …
-
When I turn on my iPhone after powering down, there is no data in the app — all the shiurim are gone, there is nothing available to listen to. The only way I can restore the data is by deleting the ap…
-
```python
async def shabbos_or_yom_tov():
now = datetime.now(pytz.timezone("America/New_York"))
issur_now = calendar.is_assur_bemelacha(now)
issur_soon = calendar.is_assur_bemelacha(no…
-
when trying to get $zmanim->getSunsetOffsetByDegrees(8.0); I dont get a result back.
-
Adding this to the original KosherJava package was a mistake:
https://github.com/yakir8/kosher_dart/blob/465e2ccab61c06b3deb9dd4937b8b8803d3aa83c/lib/src/zmanim_calendar.dart#L309
The original pac…
-
For example I want a way to get the following string (in hebrew)
```
parshas vayijra shabbos chol hamoed
```
I had this exact functionality at some point with a single function without constructi…
-
Example scenario:
A webjob that monitors all *-poison queues in a storage account, with a single generic action taken on all (e.g. write queue message to blob for inspection, email/Slack/SMS to ops te…
-
Hi Chaim,
Simple feature enhancement that I think can make this sensor more useful.
Currently, my (and I'm guessing others) usage requires looking ahead to see if the upcoming shabbat is a shabba…
-
So far the only way I can see is to get all events for a month and check for each event if it's on the same day, is there a way to get all events for a day? and if yes can I get only specific event ty…
-
There is no way to translate the parsha returned from [getUpcomingParshah](https://kosherjava.com/zmanim/docs/api/com/kosherjava/zmanim/hebrewcalendar/JewishCalendar.html#getUpcomingParshah()) API.
[…