Kian Khadempour

Results 4 issues of Kian Khadempour

- [ ] OS: Windows 10 Home 22H2 - [ ] Python Version: 3.11.4 - [ ] Gooey Version: 1.0.8.1 - [ ] Thorough description of problem: Here is my...

In a most widget files `is not` is used to check the error against an empty string (`''`). This doesn't work all the time [to my knowledge](https://stackoverflow.com/questions/2209755/python-operation-vs-is-not), so it is...

Currently pause does not have types. This makes static type-checkers like mypy complain whenever you use it and makes it slightly less convenient to use the package with editors and...

Because `try_scan!` has the following line ```rs format_args!($pattern, $($arg),*); ``` an implementation of `Display` is mandatory for any type that you want to convert to. Example: ```rs enum Foo {...