Jimmie Tyrrell

Results 17 comments of Jimmie Tyrrell

I reinstalled GraphicsMagick (via brew) and it resolved this issue `brew install graphicsmagick`

We're also receiving these errors occasionally, but I don't have great visibility into them (for now) because I'm receiving them via error logs from live players. I need to add...

> Ahoy, could you check if [this updated version 1.2.696](http://dotween.demigiant.com/tmp/DOTween_1_2_696_unity567.zip) fixes it? I just managed to reproduce it a few days ago and it's probably the same issue. That’s great...

@Demigiant - Hi Daniele, I found a repro case and have more info. The error still occurs in 1.2.696. Here's a stack trace: ``` IndexOutOfRangeException: Index was outside the bounds...

Correct @Demigiant, we’re not using Safe Mode. I didn’t know what it was, but I’m reading about it now. Is there any performance impact with safe mode?

Thanks for the info. I’ll try with safe mode on

It also does not support sending back user-defined status codes during the closing handshake. Instead, NativeWebSocket passes an undefined WebSocketCloseCode to the event listener :( More about user-defined status codes...

Thanks for sharing this repro case, and workaround. I'm going to test it out myself in a bit. It would be nice if DOTween had a way to detect a...

Hello future Googlers - I am sending this PSA from 2023 to your time: The same workaround linked in this issue ([jest-create-mock-instance#23](https://github.com/asvetliakov/jest-create-mock-instance/issues/23#issuecomment-1116948550)) can be applied to jest-mock-extended: ``` const webSocket...

Just ran into a similar one: ``` IndexOutOfRangeException: Index was outside the bounds of the array. DG.Tweening.Core.TweenManager.RemoveActiveTween (DG.Tweening.Tween t) (at :0) DG.Tweening.Core.TweenManager.Despawn (DG.Tweening.Tween t, System.Boolean modifyActiveLists) (at :0) DG.Tweening.Core.TweenManager.DespawnActiveTweens (System.Collections.Generic.List`1[T]...