NaZ

Results 12 issues of NaZ

When uploading the same filename to two separate folders, the URL of both files are the same (meaning one is incorrect). Per my understanding of the code logic, this is...

Added explanation how to view files via Google Account

# Checklist - [x] I have included the output of ``celery -A proj report`` in the issue. - [x] I have included the contents of ``pip freeze`` in the issue....

Status: Needs Verification ✘

The queryset passed to changelist_actions includes **all** objects, even if the admin view has an active filter/search. Is there a way to receive a queryset identical to the filtered list...

help wanted
to do

Hardware: OrangePi PC (H3) OS: Armbian 22.05.3 Jammy with Linux 5.15.48-sunxi Issue: running ```sudo usermod -aG gpio``` produces error: ```usermod: group "gpio" "does not exist"``` I created the group manually...

Is it possible to add a django-revision-comparison view to the default Revision view? The default revision behavior lists the revisions, and clicking a specific revision only displays the date &...

Running on Orange Pi 3.0.0 Bullseye with Linux 5.16.17-sun50iw9 ``` > sudo ./build wiringPi Build script ===================== WiringPi Library [UnInstall] make: Nothing to be done for 'all'. [Install Headers] [Install...

Client receives an occasional second `on_open` callback, even though I did not actively re-open a connection, not did I receive an `on_close` or `on_error` callback. The `on_close` and `on_error` callbacks...

Implemented changes for Python 3.10 - per https://github.com/eutim/OPI.GPIO/issues/3 Compiled and tested on: * Ubuntu 22.04.1 * Python 3.10.4 * OrangePi Zero 2

Instructions for CherryPy would be helpful, please?