neutronst4r@beehaw.orgtoRisa@startrek.website•I'm not waiting all the way until Xmas 2024 to post this oneEnglish
0·
10 months agoIs his name “hell”?
Is his name “hell”?
Excellent read. Nice animations.
I use Iosevka Nerd Font. It looks nice and has various extra glyphs and ligature support.
Robert Carlyle was amazing in Stargate Universe. It’s a shame it was discontinued.
Spock is also half Vulcan, no? So it’s 3 people and 2 Vulcans.
I love Star Trek and I didn’t even know this existed until seeing this thread.
I typed in “python flutter” into Google and clicked on the first link. The first pictures shows a bit of code and a simple window with two buttons. I go back to the code and skim it. It defines the buttons. How you cannot deduce from that, that this library makes UI says a lot about you.
I also think your assumption that click replaced argparse is wrong. Click heavily relies on decorators which makes separation of functional code and command line interface code either impossible or difficult. If you only care about your one program that is fine, but it does make your code not very reusable.