Kilian Panot
Kilian Panot
### Context Today the SDK is providing function returning Promise. This is the case because the response if a single JSON object (if not empty) return by the targeted rest...
## Proposed change Expose models without dictionary ## Related issues - :bug: Fixes #1802
## Proposed change Avoid label setting on cascading pull request.
### Package name core, schematics ### Package version * ### Reproduction steps - Create a definition with mandatory field link to the dictionary (following example:) ```yaml definitions: Amount: type: object...
## Proposed change Provide a way to emit Analytics events to multiple providers: - Multiple provider support - Split of report and collect services - Support of simple event (not...
### Context As a developer, a Github user can not easily filter the Pull Requests according to the package(s) they touch. As an Otter Framework user, I would like to...
### Context Nx DTE is a feature provided by Nx Cloud to parallelize tasks execution on different agent. The setup process is described on https://nx.dev/core-features/distribute-task-execution#ci-execution-flow. ### Proposal Setup DTE for...
### Description ## Context Today the Schematics and Builders are exposed in CommonJs. The issue with it is that a CommonJs cannot import ESM module. To fix it, a future...
Context: The current implementation of the VsCode extension provide a feature to extract CSS property value and create a o3r.variable associated to it. The variable is created in the current...
### Context As a Implementation team member I would like to be able to generate the CSS Variable and style metadata from customer Design Token file(s). To be able to...