Evan
Evan
FWIW, I'm using --listen --port 7862 and it's working just fine over LAN, with latest updates as of Aug 18 on the latest Windows 11. When accessing from a Mac,...
> I also use TinyCam on an old android tablet for as a Baby Monitor and do not have any dropouts for hours so hopefully you can figure out what...
I appreciate you sharing @clee604 . I'm on those exact settings now, and TinyCam is still getting consistent dropouts. Two variables that may be different - I'm currently using wifi,...
Thanks for the reply! And yes I should have been much more clear in my original post. I can debug more easily (and track down a reproducible code example) if...
No problem! **What is the recommended way to access the session user in a resolver?** I’m seeing inconsistent behavior when trying to access the user in my resolvers. Sometimes I...
```python # settings.py with irrelevant stuff removed from datetime import timedelta from gqlauth.settings_type import GqlAuthSettings import os.path from pathlib import Path import django_stubs_ext from corsheaders.defaults import default_headers from decouple import...
I’m not using the gatekeeper pattern yet. Right now my setup is: * `electric` running in Docker with `ELECTRIC_INSECURE=true` * a Caddy container (`electric_proxy`) terminating TLS and proxying `/v1/shape` on...