Thats actually not a terrible idea.
If anything, their tech hours got reduced.
I just want you to know you weren’t screaming into the void. Look at my new main.py:
from pathlib import PurePath
from Layout import Layout
DEFAULT_FOLDER = PurePath("/home", "mike", "bg")
WATERMARK_DIR = Path(Path(os.getcwd()).parent, "assets", "img")
def main() -> Layout:
return Layout()
if __name__ == "__main__":
main()
(I know I still need to change those folder defaults, but I am still riding the high of getting all that layout stuff into Layout.py and it working. I spent a couple hours today struggling, wondering why I was just getting a blank screen, when i realized i forgot to call .grid() on the frame that held all the widgets! So it was just rendering a blank window. )
That really pisses me off.
Thank you SO MUCH. This is exactly the kind of response i wanted, and also thought it would be naive to hope for. Seriously, you’rr awesome.
And i really appreciate how you even looked for something nice to say too. :)
IPv4 should be deprecated, but it’s not
“alright, we need to make our service worse to satisfy our real customers”
Hacker news isnt an appropriate forum for most questions tho, that one is valid
I am struggling with using flex for the first time and holy cow do i feel this
lgtm