Fabian Raab
Fabian Raab
I must agree that this is confusing. I can understand why in the example `is_generic_type(D) == True`, let me make another example: ``` Python 3.8.12 (default, Aug 31 2021, 01:23:42)...
The reason is that `typing.Any` is not a class in that way. It actually just an alias (from the typing module): Any = _SpecialForm('Any', doc='…') And `_SpecialForm` is not the...
OK very nice! However, to make it easier for other users: Usually in cattrs, when you un-/structure a certain class and this class does not have an un-/structure hook itself,...
Problem of this issue also described here #87
Thanks for responding! That would actually introduce `(` as an additional delimiter. I agree that this would work and that is prevents an interface change. It looks also intuitive and...
@mxmehl thanks, your idea is a good workaround, although pythons `print()` would insert a space between its components and is unsupported by my template engine anyway. But just using a...
Redesigned from-tag with intelligent URL-like syntax and a single plain git source (please see #437, it would be too long to write it here)
can confirm that `LC_MESSAGES=en_US.UTF-8` removes the messy output (I have also `LC_MESSAGES="de_DE.UTF-8"` as default). I do not have `setopt rcexpandparam` in my zshrc. Currently use this as a workaround in...
Yes of course you are right. I start this issue writing with the idea that i do not always want to tick the `Allow duplicate MAC addresses` option, because I...
Mhmm I think the only thing you had to save in the database are the **members of the bridge**. not more like `brctl show` shows ... OK some examples: ##...