mrednic-1A
mrednic-1A
### Package name create ### Package version 10.4.0-prerelease.14 ### Reproduction steps Run: `npm create '@[email protected]' typescript @my-repo/sdk -- --spec-package-name=@my-spec/core --spec-package-registry=https://my-registry/npm/registry/ --spec-package-path=dist/my-specs.yaml ### Current result after creating the repository (with the...
### Package name schematics ### Package version 9.6 ### Reproduction steps generate an sdk starting from a spec file in swagger 2, having 'produces' keyword for the operations or globally,...
### Context There are several places in the framework wherethe type `{ library: string; name: string }` is used explicitly. ### Proposal Create an interface for this type (Maybe ComponentIdentifier)...
### Context Rules engine integration tests were present in v9 of otter. With the split of action handlers on specific modules (config, loc ...) the integration test of RulesEngineRunnerService should...
### Context Today the showcase app contains the 'Rules engine' example, but there is no integration of a linked component inside. ### Proposal Improve the example of rules engine adding...
### Context The need is to prepare a component to accept different flavors of presentation of child components. The need is similar to schematics generators for _context-to-component, config-to-component_ ### Proposal...
### Context Today a question is asked to select the testing framework when an application/library is generated. If jest is selected, the message to 'remove jasmine by hand is displayed'....
### Context We are in a workspace generated with o3r create. When generating an app inside the workspace, the testing and linting parts are not added by default. We display...
### Context Use case: Component (exposed) replacement in customization process. Nowadays, from the customization repository a component can be replaced using the c11n mechanism. The custom component can be created...