M0N7Y5

Results 43 comments of 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

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 ![image](https://user-images.githubusercontent.com/17201053/140616786-97569c55-dc71-4c4e-be5e-5c4248997126.png) 3. Start...

> Instead of using a Guid identifier, what about using Interlocked.Increment ? i like this idea

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. ![image](https://github.com/reactiveui/ReactiveUI/assets/17201053/7a3e5710-a8db-4f39-8553-627acae9ef14) Also changing the render mode does not help ether. This...