Sam
Sam
Try spamming resizing of the window to small then large again, I can record a video of it helps and you can’t reproduce On Wed, 21 Jul 2021 at 03:33,...
Here's a video of the problem: https://user-images.githubusercontent.com/3194321/126576759-85c0d2da-b09c-4056-b0aa-a00e3ea7df86.mp4 Its odd how the total GPU mem stat goes up too, maybe its a tracking glitch than an actual memory leak?
in this screenshot gpu mem is at 1627.31mb/6.74gb in stats window  OS: Manjaro 21.1.0 Pahvo Kernel: x86_64 Linux 5.10.49-1-MANJARO GPU: NVIDIA GeForce RTX 2060 Drivers are nvidias 
@bkaradzic sorry busy few days, here's without renderdoc - result seems same 
I'll try to run the example and see if I get the same results on windows over the weekend
This doesn't happen on windows with direct3d renderer
thankyou for this, confirm it works
have you tried using ES6 for class inheritance? it works for me this way eg: ``` class Point extends GFX.Point { constructor(x, y) { super(x, y); } ... } ```
@BernhardFuchs i think that DID just doesnt exist on the chain anymore, the other two examples are working for me: ``` did:dock:5CxUdCGtopZEJhdv6kfLBZ22PMZX7UK8mdcHbTVw2nw6MVZH ``` ``` did:dock:5CDsD8HZa6TeSfgmMcxAkbSXYWeob4jFQmtU6sxr4XWTZzUA ```
@peacekeeper Yep was getting around to that, here's the PR: https://github.com/decentralized-identity/universal-resolver/pull/325 Was looking at just registering it again but probably makes sense to stick with 2 throughout (even on our...