Closed KavyanshKhaitan2 closed 5 months ago
Huh. the "workflow tests" failed because I used f"{varName=}"
syntax for testing inside if __name__ == "__main__"
... So pushed that on by commenting those lines out!
Now I remember why I avoided type hinting. It is always changing and not consistent. Your code only works for 3.10 because of the type hinting.
I would recommend you drop all type hints for now
I would recommend you drop all type hints for now
see; I wont drop ALL type hinting; I would like to keep some basic type hinting for sure.
Again; pushing a commit...
Added rich callback support for callbacks. This should still keep most of the uses still working except the ones with spaces in them.
Also adding more documentation for the above feature.
Issues resolved: #32