Manuel Freiberger
Manuel Freiberger
All the code that has been written in C# is executed in the user's locale (which is influenced by the environment variables). This is in turn runs several parts of...
Whenever I let the app play the narration in the German version, the media player will not close even if I shut down the app. For example, the following screenshot...
The German translation is usually quite a bit longer that the English text. For example, the text explaining what the app is simply cut off. 
Is there a way to loop over the types defined inside a template? I'm currently testing the library with the following code: namespace A { struct B { struct D...
I'm right now playing around with templates and noticed a few inconsistencies in the naming. For example: >>> type(x) >>> x.decl_string '::A::T' >>> x.partial_decl_string '::A::T< A::B::D, bool >' So the...