demberto

Results 82 comments of demberto

Good to go I guess

Is any progress going to happen on this? @AlexWaygood @JelleZijlstra

`Cool` theme takes way more time (~2.4 s) to load than others (100-150ms). Using Powershell 7.1.2

I could work up on a PR, if one isn't already being worked on.

### Type hints Ok till you decide whether Python 2 compatibility should be retained, I can make a separate [stub file](https://mypy.readthedocs.io/en/stable/stubs.html) for annotations. This way type checkers get satisfied and...

Could you format with a line-length of 120, so the amount of conflicts I have to resolve just come down to what really has changed?

Alright. You let me know when you are done with it.

Some (more) ideas: * Simplifying `tksheet.Sheet` constructor, all the `theme` kwargs can be merged into a single `typing.TypedDict` (I already made one in `tksheet.types`). Some of the other options which...

[This](https://dev.to/mandrewcito/fluent-interface-in-python-5b4n) is an example on fluent (I miswrote it as "builder") methods. On thinking more about it though, I am a bit skeptical about having a fluent API. Optional and...

Just a heads up, I have already made a binding with tkinter for msgcat. It will be helpful. https://github.com/demberto/tkinter-msgcat/blob/main/tkmsgcat/__init__.py