Note that MAUI doesn’t officially support Linux.
But there are third party alternatives like Uno Platform or Avalonia UI that do.
Note that MAUI doesn’t officially support Linux.
But there are third party alternatives like Uno Platform or Avalonia UI that do.
I haven’t used Python since around the time when type hints first became a thing so I might be completely wrong here, but isn’t this because Python just generally ignores type hints? If you ran a static type checker like mypy over this it would complain right?
Also, if you actually did anything with the list that you couldn’t do with a bool (e.g. len(value)
), it would throw an error too because Python is actually pretty strict about types, just only at runtime. That’s why it’s usually considered to be strongly typed, although people don’t seem to agree what exactly that’s supposed to mean.
Isn’t Python already strongly typed?
I’ve found some and it sucks if the one game that doesn’t work well is one you play a lot. For me it’s Trackmania. It works some of the time but often breaks. It seems like the issue isn’t with the game itself but with Ubisoft Connect, which is pretty shit even on Windows. Very annoying.
Real programmers use a magnetized needle and a steady hand.