Philipp Temminghoff
Philipp Temminghoff
Sure. Option b) would be that you take them over in one of your smaller add-ons, I dont really mind.
nah I probably just put everything into a try-except there, too lazy to find the root cause. :) Seems as if PIL doesnt like some of the artwork.
Okay, thank you for the detailed explanation. The last detail I dont understand: OrderedDict is imported explicitely. Why doesnt it work in that case? Because it´s placed in an exception...
One more question if you dont mind, in case you are familiar with the following plugin. 😄 When I am inside a [MkDocs-Gen-Files](https://github.com/oprypin/mkdocs-gen-files) script and I am importing modules there,...
Let´s say we have this: ``` PossibleOptions = Literal["option_1", "option_2", "option_3"] def some_fn(param_1: PossibleOptions): ... ``` With old handler, docs would show every single Literal in the generated "Parameters" box....
A quick search shows me that my project contains almost 600 Literals, so manually docstringing them wouldnt be my favorite. 😄 For my use case, alyways expanding would work very...
For me, non-recursive would work already very well. I use Literals almost exclusively for that PossibleOptions use-case, most of the time they contain 3-20 strings. And I need a lot...
1) there´s an xbmc option for that (in music settings) 2) will think about the vizualisation feature (perhaps makin the option in the shutdown menu global?) 3)about transparency: perhaps we...
I don´t have a TV card yet (and no funds to buy one), so this one will probably have to wait a bit.
poster view needs some work, you´re right. will work on it in the near future.