codetent

Results 8 comments of codetent

The main idea behind the `FallbackConfigDict` is that when a tcl command cannot be executed, a temporary value should be set or read which is synchronized afterwards. I added this...

I thought about implementing this like the menu widget, but I was not sure if this is really the best way for the user. I think I will change this...

The last changes replace the `FallbackDict` with a dictionary which allows multiple handler methods. Additionally, I simplified the code and added more tests. There was also a problem with the...

Finally, I added the changes from the review! Now, nesting of rows is also possible and headings can be configured independently from columns.

The CI tests on versions 3.4 and nightly fail now, because lxml does not support python 3.4 anymore and flake8 has a problem with the latest nightly build. These problems...

> @codetent thanks for creating this issue! Mhh strange, we will need to try to reproduce this. Are you using containerd or docker rancher desktop? I used dockerd as the...

hi @lorencarvalho Thanks for your reply. No problem :-) In my case, the shiv archive is appended to the pylauncher executable for Windows. This makes it possible to have a...

It seems that environment variables are resolved if just a single var like "$ENV" is set but they are not really expanded if there is a path suffix. I agree...