Matthieu Baechler
- Login: matthieu
- Registered on: 2025-08-06
- Last sign in: 2026-04-24
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 2 | 1 | 3 |
| Reported issues | 4 | 1 | 5 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Rudder | Developer | 2025-08-06 |
| Rudder plugins | Developer | 2025-08-06 |
Activity
2026-04-24
-
17:11 Rudder Architecture #28807 (New): Discuss how we want to test our postgres code
-
15:22 Rudder Enhancement #28804 (In progress): rudder repository could provide a Nix flake to setup a standardize dev environment
-
15:22 Rudder Enhancement #28804 (Pending technical review): rudder repository could provide a Nix flake to setup a standardize dev environment
- Furthermore, the Nix support could provide rudder-dev as a dependency to ease a bit more the onboarding for Nix users.
-
14:32 Rudder tools Enhancement #28801 (Pending release): rudder-tools could provide a nix derivation to be able import rudder-dev as a Nix package
- Nix allows to import packages from any git repository as long as it provides a Nix derivation.
Providing such a derivation would help creating dev environment for Nix users. -
09:39 Rudder Enhancement #28794 (In progress): Cover an Elm app with tests, including the `update` function
- This issue aims at providing a reference implementation of how an Elm app could be tested.
-
09:37 Rudder Enhancement #28794 (Pending release): Cover an Elm app with tests, including the `update` function
2025-08-06
-
10:56 Rudder Enhancement #27412 (Released): Using Cons for big lists can blow the compiler stack and prevent scala project compilation entirely
- The problem could be worked around by increasing the jvm stack size but compiling with as many environment as possible simplifies contributions.
In this case, avoiding Cons is an easy solution with no real drawback.