Nico Miguelino

Results 56 issues of Nico Miguelino

#### Overview * [`retry`](https://pypi.org/project/retry/) is not actively maintained anymore. * Use [`tenacity`](https://pypi.org/project/retry/) instead.

dependencies

#### Overview * Converting the script to Python can make it more robust. * We can leverage the use of Python libraries. #### Caveats * When using third-party Python libraries...

nice to have

#### Overview - These include but not limited to identifiers, paths, and Docker volume names. #### Checklist - [ ] Rename volume names from `resin-data` to `anthias-data`. - [ ]...

enhancement

#### Description * Depends on #1821. * Replace existing boilerplate authentication/authorization code with Django-based auth.

enhancement
security

#### Overview - Depends on #558. - Database manipulation is currently handled using the `sqlite3` Python library. - The database should be migrated to use the Django ORM.

enhancement

#### Description Make sure that the wifi-connect service is fully-functional again in devices.

bug

#### Overview * Add an drop-down field for selecting timezone in the Settings page.

feature request

#### Overview of the Issue MAC address field shows "Unable to retrieve MAC address." in the System Info page for devices running RPi OS Lite. ![Image](https://github.com/Screenly/Anthias/assets/10234135/0782fc5e-de4f-4480-aae3-079fd810faa4) #### Reproduction Steps *...

bug

#### Overview * Fixes #1845 * As mentioned in this [Raspberry Pi article](https://www.raspberrypi.com/news/bookworm-the-new-version-of-raspberry-pi-os/) (in the Networking section), `NetworkManager` is now the default network controller on Bookworm, replacing `dhcpcd`. #### Checklist...

bug

#### References - https://wiki.qt.io/Cross-Compile_Qt_6_for_Raspberry_Pi - https://github.com/ninja-build/ninja/releases - https://doc.qt.io/qt-6/linux-building.html #### Handy Commands ``` docker buildx build \ --load \ --build-arg GIT_HASH=$(git rev-parse --short HEAD) \ -t qt6-builder . ``` ``` docker...