Yehuda Davis

Results 6 issues of 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...

type: enhancement

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...

type: enhancement
part: editor

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...