From e146cbea4c3124190b9aac509bc5be97d8d6cb0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 4 Jun 2024 19:34:35 +0200 Subject: [PATCH] Update --- content/code/2024-05-27-github-gpg-signing-key.md | 2 +- content/pages/worklog/dangerzone.md | 8 ++++++++ content/pages/worklog/umap.md | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/content/code/2024-05-27-github-gpg-signing-key.md b/content/code/2024-05-27-github-gpg-signing-key.md index 6d42d57..90cd836 100644 --- a/content/code/2024-05-27-github-gpg-signing-key.md +++ b/content/code/2024-05-27-github-gpg-signing-key.md @@ -65,7 +65,7 @@ repo being used using the `includeIf` key. Here's what my file look likes: [includeIf "gitdir:~/dev/fpf/**/.git"] path = ~/.gitconfig-fpf -```` +``` And the `~/.gitconfig-fpf` file: diff --git a/content/pages/worklog/dangerzone.md b/content/pages/worklog/dangerzone.md index 7254ae9..b0ca767 100644 --- a/content/pages/worklog/dangerzone.md +++ b/content/pages/worklog/dangerzone.md @@ -4,6 +4,14 @@ save_as: dangerzone/index.html template: worklog-en --- +## Mardi 04 Juin 2024 (7h, 2/5) + +- Syncing w/ Alex this morning +- Reviewed the pending pull requests +- Pairing on a debugging session w/ Alex +- Found out that pymupdf changed their package name from `fitz`to `pymupdf`, which is why the CI wasn't happy +- Shooting myself in the foot by commiting files without wanting it + ## Jeudi 30 Mai 2024 (8h, 4/5) - Reproducing the currently failing CI issues locally and finding out that it might be related to the way the inner image current state, as it seems to not contain the pymupdf python module. diff --git a/content/pages/worklog/umap.md b/content/pages/worklog/umap.md index 3c398f1..ba16751 100644 --- a/content/pages/worklog/umap.md +++ b/content/pages/worklog/umap.md @@ -9,6 +9,7 @@ total_days: 90 - Trouvé une solution pour que le serveur websocket ne soit lancé que sur un seul worker lorsqu'on utilise pytest. Je me retrouvais dans une situation où le serveur websocket n'arrivait pas à se lancer de manière séparée. [Plus de détails ici](https://blog.notmyidea.org/start-a-process-when-using-pytest-xdist.html) - Une session avec David durant laquelle on parle des messages d'altertes qui sont affichés lorsqu'il y a conflit. Je me rends compte qu'il serait potentiellement intéressant de changer la manière dont l'algorythme de merge fonctionne, pour lui faire utiliser les `ids` qui ont été introduits sur les features. Ça nous permettrait sans doute d'être plus précis. +- Êcrit un mail pour clarification avec NLNet sur le fait que les plans changent un peu de ce qui était prévu. ## Vendredi 31 Mai 2024 (9h, 6/5)