Jean SIMARD
Jean SIMARD
Here is an example of a Pojo that would cause problem. ``` @Getter class MyClass { private String aField; } ``` From what I understand, Lombok will generate the method...
Please bear with me for a minute. I know the name of the crate is `chrono-tz` but technically, `chrono-tz` provides 2 features: 1. build and expose the list of all...
On `csv 1.1.1` When using `serde` to serialize a CSV file, the header is not written in the file if `Writer::serialize()` has not been called. This might seems logical but...
As I'm reading the documentation, only `build-all-features` and `test-all-features` are available. But it might be useful to support other commands too (I'm thinking of `clippy` but there might be others)....
the `.convert()` function needs an input type with a bound constraint on `Coord` and produce an output type with a bound constraint on `Coord`. However, the way it is defined...
Derived from https://github.com/osrd-project/osrd-confidential/issues/275. - [ ] in `editoast`, forward OTEL context through HTTP headers to all `core` endpoints - [ ] in `core`, catch OTEL context on all API endpoints,...
## Description and goal Depends on OpenRailAssociation/osrd-website#188 The arrival on stop signal must be configurable, and therefore, must appear in the TrainSchedule model. See the [design documentation](https://osrd.fr/en/docs/reference/design-docs/timetable/#modifiable-fields) for how it...
# Description and goal There are multiple different moving pieces in the front, editoast and core, in order to make arrival on stop signal a reality. Let's glue all of...
## Description and goal depends on #7045. Implement the path conflicts detection for arrival on stop signal. ## Acceptance criteria: - [ ] The test created in #7045 should not...