Evan
Evan
Most Reliable Settings for RTSP from V3 Cam? Stream dropping out regularly in VLC and TinyCam Pro.
First of all, huge thanks for this library! It will be a lifesaver if I can get the last issue here resolved! I'm connecting to the go2rtc RTSP url just...
Thanks for this fork! I was bummed to see Djantic abandoned(ish), then thrilled to see your issue posted there about this fork. I always "watch" the releases on a repo...
I'm able to right-align the data cells of a column, but it doesn't apply to the header. But when I want to apply a monospace font to just the data...
Sometimes the user exists in `info.context.request.user`, but sometimes that fails, but using `django.contrib.auth.get_user(info)` returns a user. Sometimes neither work, despite having a valid JWT well within expiration. I do have...
So for example my migrations folder currently outputs like this: ``` ├── people │ ├── migrations │ │ ├── 0007_customuser_can_reconcile.py │ │ ├── 0008_customuser_hourly_rate.py │ │ ├── 0004_customuser_installer_code.py │ │...