This repository was archived by the owner on Jun 25, 2026. It is now read-only.
fix: correctifs pour faire tourner le stack DVF de bout en bout - #25
Closed
ndaen wants to merge 4 commits into
Closed
fix: correctifs pour faire tourner le stack DVF de bout en bout#25ndaen wants to merge 4 commits into
ndaen wants to merge 4 commits into
Conversation
L'ID stable data.gouv (316795eb-…) redirige vers le listing du dossier geo-dvf, qui renvoie 404 : le téléchargement échouait en gzip invalide. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Importé par App.tsx mais absent du package.json — Vite ne résolvait pas le module dans le conteneur dev. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sur macOS, GID 20 (staff) est déjà pris par dialout dans Alpine : addgroup échouait et cassait le build de l'image dev. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Résumé
Correctifs trouvés en faisant tourner le stack complet (pipeline DVF → PostGIS → API → front) :
parameters.yml.@deck.gl/reactmanquant danspackage.jsonalors qu'importé parApp.tsx— le front ne compilait pas.staff) déjà occupé pardialoutdans Alpine ; on évince le groupe existant avantaddgroup..idea/ajouté au.gitignore.Vérifié
Pipeline exécuté de bout en bout : 648k transactions / 35,6k communes en PostGIS, endpoints choropleth OK, carte affichée sur :5173.
🤖 Generated with Claude Code