Jacob Gustafson

Results 116 comments of Jacob Gustafson

The "FITD items" project helps with the issue but wow, the conversation here brought clarity to many things. Maybe add to the readme: 1. The [FITD Items](https://github.com/users/jmortiger/projects/1/views/1) project link 2....

lgtm. int will always be 0 or 100 (if math before calling this is correct) but I guess that's the only way to be consistent.

I am pinging people here since I didn't get a response on #111 or #110. Please look me up online and consider adding me to the org. - If so...

~~I see there is no org--Consider adding a GitHub organization. It is free now (free tier is fine for most uses). If projects are moved to it, then you can...

Ok, it turns out PyInstaller didn't find parts of it. Workaround: ``` a = Analysis( ... hiddenimports=[ 'zeroconf._utils.ipaddress', # and potentially others in .venv\Lib\site-packages\zeroconf\_utils, but that seems to pull in...

Thank you. Yes, `highlight = my_sheet.MT.cell_options[(row, column)].get("highlight") if (row, column) in my_sheet.MT.cell_options else None` works and if set, gets a Highlight (namedtuple apparently) with a bg attribute that is the...