Yehuda Davis
Yehuda Davis
Please forgive my ignorance -- I'm familiar with programming in general, but know very little about JS. I'm trying to create a function in Google Sheets that will convert Hebrew...
If I run the following: from getpass import getpass pwd = getpass() I get the following error: GetPassWarning: Can not control echo on the terminal. return fallback_getpass(prompt, stream) Warning: Password...
I just installed Pyzo 4.6.0 on Windows 10 64-bit. There were no errors during installation. When I tried to open Pyzo, I got a `cx_Freeze: Python error in main script`...
When an indented line gets wrapped, the "new lines" should be indented accordingly. I'd be happy to write this myself, but I don't fully understand how. If someone could point...
Different times yield different zmanim. MWE: ```python import datetime as dt from zmanim.util.geo_location import GeoLocation from zmanim.zmanim_calendar import ZmanimCalendar location = GeoLocation('Lakewood, NJ', 40.0721087, -74.2400243, 'America/New_York', elevation=15) print(ZmanimCalendar(geo_location=location, date=dt.datetime(2023,8,7)).shkia()) print(ZmanimCalendar(geo_location=location,...
I have a sql query in an odbc command that contains a stata macro. It seems that the sql language highlighter is getting hung up on the backtick and treating...
First of all, thank you for this awesome software! I'm running DavMail in server mode with SSL on Windows 11, using the standalone davmail version that comes with Java Everything...
`most_recent = max(files, key=lambda f: f.stat().st_mtime)` raises an error when there are no files in `data_path` Fixes #1459
Based on [this](https://developers.home-assistant.io/blog/2024/04/13/deprecate_async_track_state_change/) Fixes #54
Thank you for this awesome project! I am in awe... I think it would be beneficial to have the ability to set the trim color. I often deal with images...