Pawel

Results 37 comments of Pawel

Thanks for contribution but this raises another problem related to this bug where Url coming from `negotiate` call overwrites Url defined during connection https://github.com/SignalR/SignalR/issues/3776

this fix adds this piece of code ``` //take my url, if not the same! if (url != connection.url) { url = connection.url; } ``` which defies the need of...

Windows Server does support Docker Desktop for Windows but not in WSL2 mode, Hyper-V version works fine.

> It may work on Windows Server, but is [not _supported_](https://docs.docker.com/desktop/faqs/#can-i-run-docker-desktop-on-windows-server): > > > **Can I run Docker Desktop on Windows Server?** > > No, running Docker Desktop on Windows...

@xhighway999 do you think you could track down what are the values of `m_triBodyWrap->getWorldTransform()`, `triangle`, and resulting `v0` `v1` `v2` when encountering the issue? Also before `triangle_normal_world.normalize()` line you can...

Thanks for your contribution. I added your change to the latest version with 2.4.3 update

not at all... below it's just one of functions which gets calculated for every object on every frame. Then you have matrix inversion, euler to quaternion and reverse etc. There's...