Benjamin Imbach

Results 3 comments of Benjamin Imbach

Thanks for getting back to me. I've quickly tried to create a minimal azure function called EventGridTrigger1: `__init__.py:` ``` import azure.functions as func def main(event: func.EventGridEvent): return func.HttpResponse(status_code=400) ``` `function.json`:...

Might not help in OP's case but in my case, I could overwrite the configuration of `craue_config_default` and specify my non-default entity manager there: `services.yaml` ``` services: craue_config_default: class: Craue\ConfigBundle\Util\Config...

Setting `syncTouch` to `true` seems to solve this issue. Is this the suggested workaround? Many thanks for fixing 'touch tap to stop' when lenis is locked in https://github.com/darkroomengineering/lenis/commit/35515a7e4318f101be31ad5a13d2eff04a12861d That would've...