Andreas G.

Results 20 issues of Andreas G.

Just a very small thing. When saving an animation per frame into multiple pngs the enumeration is suffixed with a leading space. It is prone to be accidentally removed when...

🔷Enhancement
⬜ Pending

**Is your feature request related to a problem? Please describe.** Code gets bulky and inability to use method groups as a substitute for expressions causes duplicated expressions ie. code fragments....

suggestion

Adds a service for gw2auth.com support

A user has reported never hearing any sounds from blish nor modules. They are using a sound card which they claim BlishHUD might not detect. Ref.: https://discord.com/channels/531175899588984842/534492173362528287/978735656719229018

This time I did not remove the old stuff just marked them as obsolete so existing modules won't break. This way we can give it some time to settle until...

cleanup

While coding I noticed you were right. This is still good to have. This way I just need to check it and not make a delegate for the event and...

LinearFadeStrategy does not fade after I pause and resume WasapiOut. I pause like this: ```csharp public void Fade(float? from, float to, TimeSpan duration) { _fadeInOut?.FadeStrategy.StartFading(from, MathHelper.Clamp(to, 0, 1), duration); }...

Could we have a post-game lobby auto-message? Cool for posting ttv if you are live or just general ggwp's in form of ASCII

Hey, could you add the ability to map those to a keyboard key as well? Big thank you! Additionally, ability to map a button to swap to another mappings-page ie....

enhancement

Adding a minor optional title icon to panel as it has been often suggested in the Discord. I've actually done this through reflection in Proof Logix because I didn't want...