mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 11:32:39 +02:00
Update
This commit is contained in:
parent
9563e8731e
commit
e146cbea4c
3 changed files with 10 additions and 1 deletions
|
@ -65,7 +65,7 @@ repo being used using the `includeIf` key. Here's what my file look likes:
|
||||||
|
|
||||||
[includeIf "gitdir:~/dev/fpf/**/.git"]
|
[includeIf "gitdir:~/dev/fpf/**/.git"]
|
||||||
path = ~/.gitconfig-fpf
|
path = ~/.gitconfig-fpf
|
||||||
````
|
```
|
||||||
|
|
||||||
And the `~/.gitconfig-fpf` file:
|
And the `~/.gitconfig-fpf` file:
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,14 @@ save_as: dangerzone/index.html
|
||||||
template: worklog-en
|
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)
|
## 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.
|
- 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.
|
||||||
|
|
|
@ -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)
|
- 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.
|
- 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)
|
## Vendredi 31 Mai 2024 (9h, 6/5)
|
||||||
|
|
Loading…
Reference in a new issue