Sean Schnell

Results 11 comments of Sean Schnell

I am running into this same issue, is there a workaround? Edit: I see, I was able to get it to work adding: `operators: ['$regex', '$options'],`

I just attempted to write my own Blur PostFXPipeline and shader to try to hack around this and ended up with the same issue. Is there a way in Phaser...

Update: I think I found the issue. I created my own postFX Blur pipeline and added this to it: ``` resize(width, height) { this.set2f('uResolution', width, height); } ``` Now the...

> > Update: > > I think I found the issue. I created my own postFX Blur pipeline and added this to it: > > ``` > > resize(width, height)...

Edit: Sorry, did not mean to close it. (Accidental click!)

Why is this reporting as malware? Can the developers explain why?

That could be the case, I don't think I ever clicked that. I am coming from the PF2E system in Foundry, where that is done automatically for users. So, this...

I am seeing the same issue locally with redis, and I think I saw it in prod once too.

This is still an issue in `4.23.12` -- has anyone identified a workaround? I've tried what was suggested in #700 with no luck.

Thank you! Just wanted to report this appears to be fixed for me in the latest version. Much appreciated! Edit: I may have spoke too soon :( It seems hit...