M0N7Y5
M0N7Y5
I have same problem with dialogs. I got only like 5 FPS with this config: ```xaml ``` Sometimes there is no animation at all :(
Also ControlzEx solution no is longer working
Is there any reason to not merge this? @NaBian
Oh sorry i am gonna reproduce this in different project and i am gonna post it here ASAP
Ok so i am unable to reproduce this in different project. So it looks like its project wise issue. I am gonna clear my project and attach it here once...
So in order to reproduce this bug: 1. Download repo from this branch https://github.com/M0n7y5/BJSON/tree/DebugIssue 2. Load workspace and add breakpoint to Add method in JsonVariant like this  3. Start...
> Instead of using a Guid identifier, what about using Interlocked.Increment ? i like this idea
Any update about this?
This is what helped me in my case ```nginx location /foo/ { rewrite /foo/(.*) /$1 break; proxy_pass http://registry-ui; proxy_redirect off; proxy_set_header Host $host; } ```
This bug is still present in the latest version 19.5.1. It looks like it gets rendered again from ReactiveInjectableComponentBase.OnAfterRender.  Also changing the render mode does not help ether. This...