Simon Ser
Simon Ser
Since a map() was used, any path step matching an OP could get added multiple times. Ensure we only add it a single time. Plus another commit from https://github.com/OpenRailAssociation/osrd/pull/10006 so...
A generic flag indicating whether an OP is a station will allow us to drop SNCF-specific logic. This is part of #6146 Follow-up work: - osrd-data - Wire up search...
References: https://github.com/OpenRailAssociation/osrd-ui/pull/762
Closes: https://github.com/OpenRailAssociation/osrd/issues/9751
Last episode: https://github.com/OpenRailAssociation/osrd/pull/9967 Matching via uic/trigram/ch/etc is unreliable because: - Two OPs can have the same trigram/ch. - The same OP could appear multiple times at different spots in a...
See https://typescript-eslint.io/getting-started/typed-linting/ - [x] `no-unsafe-return` (#8884) - [ ] `no-unsafe-member-access` (43 errors) - [ ] `no-unsafe-argument` (#10234) - [ ] `no-unsafe-assignment` (71 errors) - [x] `no-unsafe-call` (3 errors, #8923) -...
It may not be immediately clear what these mean to a new user.
Commit https://github.com/Plagman/gamescope/commit/8782dc2cd110ef169e7d5abf5e40c94763bf7a05 made the KMS "rotation" property mandatory. However some drivers don't support it: https://drmdb.emersion.fr/properties/4008636142/rotation libliftoff can deal with this already: https://github.com/emersion/libliftoff/blob/bc0d0617acdd48e69272771237cad2684c07c901/plane.c#L245 However the "basic" codepath doesn't have this fallback....
- [ ] Properly remove event listeners