devlsh
devlsh
Seeing this exact problem as well.
> This seems to only be a problem for TypeScript if you are compiling to ES2022/ESNext Just upgraded my entire stack to compile to ESM and this is the only...
I'm doing this via a Redis lock personally, enforcing the acquisition of a lock in `onCreate` and removing it for `onDispose`, for example: ```typescript async onCreate(options) { const myCustomId =...
This is definitely needed - I need my icons folder to be put in the same public folder as the `manifest.webmanifest` file
Possibly allow the option of enabling [updateIfVisible](https://phaser.io/docs/2.6.2/Phaser.AnimationManager.html#updateIfVisible)?
Any idea as to when the next major release will be? I could whip up a temporary solution if needed
@englercj I understand. I was wondering if you could point me in the right direction here. I'm setting `updateIfVisible` to `false` on all `Phaser.AnimationManager` instances, yet it has no effect....
> So `true` is what you would want Actually it's the opposite; the documentation for `updateIfVisible` has always been confusing and silly. It was recently changed on the [CE edition...
`1.1.1` is out now - will try this out tomorrow to see if this is still an issue EDIT: nevermind, dug deeper and this is planned for `1.2` now -...
Also experiencing the same issue with GitHub Actions pipeline