• Joined on 2025-06-12
timothy pushed to main at timothy/pi-hole 2026-06-07 21:56:27 +02:00
13948a5916 Add devcontainer configuration for Docker Compose setup
timothy pushed to main at timothy/pi-hole 2026-06-07 21:51:22 +02:00
6e8edc2ca0 Add Dockerfile and devcontainer.json for development environment setup
timothy pushed to main at timothy/dump 2026-06-06 11:03:15 +02:00
460b7c40fe Upload files to "/"
timothy created repository timothy/dump 2026-06-06 11:02:28 +02:00
timothy pushed to main at timothy/mapper 2026-03-16 09:05:56 +01:00
261359f973 fix: improve error handling in NetworkManager hotspot configuration
timothy pushed to main at timothy/mapper 2026-03-16 08:58:47 +01:00
63a33f4deb fix: enhance NetworkManager hotspot configuration and cleanup process
timothy pushed to main at timothy/mapper 2026-03-16 08:50:33 +01:00
12ff47207e fix: enhance AP and client mode switching with NetworkManager support
timothy pushed to main at timothy/mapper 2026-03-16 08:42:32 +01:00
4ad82a1a66 fix: refactor networking scripts for improved robustness and clarity
timothy pushed to main at timothy/mapper 2026-03-16 08:34:09 +01:00
855339ef42 fix: harden NetworkManager hotspot creation to prevent supplicant-timeout errors on Pi 3B
timothy pushed to main at timothy/mapper 2026-03-16 00:10:52 +01:00
4e1858de61 fix: make setup script WiFi-safe by removing instant network activation
timothy pushed to main at timothy/mapper 2026-03-15 23:56:40 +01:00
6fea68f903 fix: force NetworkManager hotspot priority and disconnect active client wifi to ensure AP activation
timothy pushed to main at timothy/mapper 2026-03-15 23:49:13 +01:00
237ff76670 fix: implement NetworkManager (nmcli) hotspot support for modern Debian/Trixie systems
timothy pushed to main at timothy/mapper 2026-03-15 23:41:14 +01:00
1aa5717891 fix: enforce absolute unmasking and disable default wifi networking to ensure AP mode success
timothy pushed to main at timothy/mapper 2026-03-15 23:20:16 +01:00
46b5361ef7 feat: skip compilation and use pre-compiled ofxPiMapper binary for instant setup
timothy pushed to main at timothy/mapper 2026-03-15 23:05:45 +01:00
778f31a8e7 ci: add pre-built artifacts (frontend/dist + bin/ofxPiMapper)
timothy pushed to raptor at timothy/mapper 2026-03-15 22:55:23 +01:00
c731c4c698 fix: use git add -f to force-add gitignored artifact dirs (dist/, bin/)
timothy pushed to raptor at timothy/mapper 2026-03-15 22:43:32 +01:00
407884e044 fix: patch Vec3::toOf() glm branch to return glm::vec3 not ofVec3f
timothy pushed to raptor at timothy/mapper 2026-03-15 22:29:34 +01:00
0baf1715ed fix: define OF_VERSION_MAJOR/MINOR so Vec3/Vec2 compile the glm branch
timothy pushed to raptor at timothy/mapper 2026-03-15 22:15:45 +01:00
564ede7bd9 fix: rename .build -> _build to avoid OF addon source grep exclusion
timothy pushed to raptor at timothy/mapper 2026-03-15 22:11:58 +01:00
d1c00820d3 fix: explicitly link bundled OF static libs (tess2, kiss) via USER_LDFLAGS