andyp05

Results 15 issues of andyp05

Love the package, but I have run into a problem. When using ajax, the initcompleted function fires but the DOM has not been updated so adding an onclick event does...

Great plugin. Is there any plans for supporting control-click on url tag to take you to the urls.py line that contains the link? `"{% url 'app1:index %}"` Thanks

Comments in the html are syntax highlighting fine. `{# the date of the results being displayed #}` If I put that same comment in an embedded tag it does not...

I was saving a relatively small formset and the following query was run over 300 times. `user = get_user_model().objects.get(pk=user.pk)` Is there a reason that it is called in pre_save() and...

Thanks for the package. I have been using it and noticed looking into the PostgreSQL logs that a lot of queries are being performed on updates. If a model with...

I think I have found the issue of IIS launching the orca server. In _orca.py ensure_server() ``` stderr = DEVNULL if "CI" in os.environ else None # fix for CI...

Running Django 5.02, python 3.12.2 on Windows Server and IIS (hypercorn) and django-storages 1.14.2. Have managed identity setup and working fine using DefaultAzureCredential() to get secrets in settings.py Azure Storage...

Daily backups are working fine. File Sync is not picking up on new files. If I restart the addon, the files upload to onedrive without error. config: ``` local_backup_num_to_keep: 2...

stale

I triggered a back up and saw this during the upload and after the upload was finished. ![image](https://github.com/lavinir/hassio-onedrive-backup/assets/14006401/91d3f4b3-e124-4ece-acc0-c72eecf0681e)

stale

Getting this message using Windows 11 Python 3.12.1 lifelines: 0.28.0 ``` \Lib\site-packages\lifelines\utils\__init__.py:682: FutureWarning: The behavior of 'isin' with dtype=datetime64[ns, UTC] and castable values (e.g. strings) is deprecated. In a future...