Shane Dolan

Results 9 comments of Shane Dolan

Reproducible with `3.2` with these lon/lat/date combos: ``` start_date = datetime.date(2023, 1, 1) latitude = 37.4 longitude = -122.1 observer = astral.sun.Observer(latitude, longitude) def daylight_hours(current_date): sunrise = astral.sun.sunrise(observer, date=current_date) #...

@nigelsim want to check your unit tests with this fork? I think i fixed it. I think you found the right refactor. @mgourlay64 / @erichorne can you see if this...

add [5202da6](https://github.com/sffjunkie/astral/pull/90#:~:text=%E2%80%A6-,5202da6,-Merge%20state) to apply offset and block value error from being thrown if the date doesn't match by applying delta term. appears to work for PST: ``` checking date: 2023-06-30...

Ok maybe not as simple of a fix as I thought. Went to test some more locations and miraculously found an edge case that fails the UTC rollover conditions. I...

@jlopezarriaza haven't gotten around to fixing yet. Want to pull the branch and look at it?

@Voutsi @jlopezarriaza let me take a look over the weekend for a fix

@DevinCarpenter @markjandrews did you good way to determine if power is on but modem is in a frozen/unresponsive state? If the modem doesn't respond to AT, it could be: 1....

@mcr-ksh did you ever find a fix for this?

this pr doesn't work anymore ` raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"tag name","selector":"span"} (Session info: chrome=114.0.5735.133); For documentation on this error, please...