This commit is contained in:
Alexis Métaireau 2024-06-04 19:34:35 +02:00
parent 9563e8731e
commit e146cbea4c
No known key found for this signature in database
GPG key ID: 1C21B876828E5FF2
3 changed files with 10 additions and 1 deletions

View file

@ -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:

View file

@ -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.

View file

@ -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)