├── app/ │ ├── __init__.py # Python package marker │ ├── main.py # 🎯 FastAPI app with observability │ ├── auth.py # 🔐 JWT authentication system │ ├── models.py # 🗃️ SQLAlchemy database models ...
I’m running into a problem with QGIS and I’m not sure whether it’s caused by an unstable build or something specific to my project. QGIS crashes instantly whenever I try to create a new attribute ...