Akuli

Results 359 comments of Akuli
trafficstars

Yes, today I wrote a script that opens and closes tabs. It reproduces.

Should really just #560

I have a few ideas for this, but I think they are all bad. Before typeshed was a thing, autocompletion libraries (I think at least `jedi`) just inspected what was...

>Perhaps it would be better to treat all module-level symbols that begin with underscore as "not exported" then provide a way to override this to handle the few exception cases....

One more idea that might be good or bad, don't know yet: Given that we already have `from somemodule import foo as foo`, we might as well decide that `_foo...

I haven't worked on teek for a while. See #15. In short, I don't have a need for teek myself, and for my big tkinter project, I want to just...

just opened that man page and realized it's kind of huge, maybe google for some example tkinter or tcl code to get started :D

This is nice :D I read through the code quickly, and it mostly looks good. I need to read and review this in more detail later. Why do you need...

> I added this functionality because TreeviewRow and TreeviewColumn are useless before they are added to a Treeview There is a similar situation with the `Canvas` widget, and I solved...

My interest in developing teek stopped when I tried to make [Porcupine](https://github.com/Akuli/porcupine) use teek. It worked, but it was a lot slower than with tkinter, and unfortunately teek's niceness stuff...