mrednic-1A

Results 13 issues of 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...

bug
triage

### 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,...

bug
priority:medium

### 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)...

enhancement
priority:low
quick

### 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...

enhancement
priority:medium

### 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...

documentation
enhancement
priority:medium

### 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...

enhancement
priority:low

### 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'....

enhancement
priority:low

### 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...

enhancement
priority:medium

### 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...

enhancement
priority:medium