Ian R-P
Ian R-P
I'm a touch lost as to where to go from here. I need to set the recording_date value to a specific date. I've tried as a string, datetime.datetime, and even...
Is there any particular reason why pypi is missing a 32 bit version for windows? I see the 64bit is there and 32 seems to be for all other OS's
I was wondering why my charge.dispute.* webhooks were not being called and found the following error in the EventProcesingException table Request req_A2uKij9DtBcmE9: No such charge: dp_19inKzJpiYFmIJDZDWqmnY1F With ngrok I'm able...
3 things I'm curious about. 1. Is it possible to get a speed calculation over a shorter period of time rather than the average over the whole duration? As of...
Notes is configured using LAN IP's as I only care for internal syncing. Sync only on Wi-Fi is enabled so is Background Synchronization. When I leave this location and open...
I have a render_block that displays a nav-item on specific portions of my website and I would like a "default" type menu displayed in its place when no nav-item exists....
A parity-sync just completed for me, the History modal shows OK 0 errors while all other forms of notifications (email, gotify, browser) all show as warning Canceled: ```bash Unraid Parity-Sync:...
In case anyone comes across this repo in 2021 and is not using mysql, attached to this issue is a fixture dump. Update database settings accordingly and `python manage.py loaddata...
## Problem Using django-positions `PositionField` on the model. Adding `tracker = FieldTracker()` causes the following exception to run at runtime preventing the server from starting ```python File "F:\Projects\myproj\venv\lib\site-packages\model_utils\tracker.py", line 338,...
I use a self-signed cert internally. curl gives errors due to self-signed certs. I would do a pr but I'm unsure how to modify commands based on an if statement...