Manuel Freiberger

Results 5 issues of 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...

type: bug
difficulty: 2
priority: low
status: confirmed
help wanted

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. ![Screenshot_20230408-143033_ArkhamCards](https://github.com/zzorba/ArkhamCards/assets/4263348/32dfbe00-9008-436f-b93a-f27197581057)

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...

question
documentation

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...