Raphaël Duhen
Raphaël Duhen
[Example of a failing publish](https://github.com/iTowns/itowns/actions/runs/14725574603/job/41327720447) ## Expected Behavior The CI should successfully publish the iTowns package. ## Actual Behavior The CI fails at the linking step on Three.js peer dependencies....
This issue is a **feature proposal**. Feel free to upvote (with :+1: ), comment and provide your use-cases if you're interested by this feature. ## Context iTowns currently has the...
Build up UML and sequence diagrams of the different parts of iTowns. ## Context Within the context of the TypeScript migration, a lot of the internal structure is not only...
Resolves #1374 Exposes the `_listeners` storage as a protected field so extending classes can access it. The testsuite only worked once then never again, skipping with a fetch error on...
This would allow users to seamlessly extend the behaviour of `EventDispatcher` when deriving from it. As it stands, extending `EventDispatcher` does not allow the user to access the `_listeners` field...
Requires #2590 ## Description Redesign of the examples page: - CodeMirror 5 editor to edit the examples and run the editor content in the `` instead of a direct link...