Simon Stone

Results 22 issues of Simon Stone

We already have a license file, and this change was forced in without getting a clean build first.

We use LoopBack (https://loopback.io/), which generates APIs that have complex query string parameters which must be serialized as JSON before adding them to the URL. These are specified in OpenAPI...

Maintaining TypeScript type generation for this project is incredibly painful. See pull request #405 for an example of some of the hacks that we have to maintain to get the...

Difficulty: Challenging
Type: Enhancement ✨

To implement #406, we will need to drop JSDoc. JSDoc is pretty much dead anyway. TypeDoc is a good option for TypeScript documentation generation, but there may be other options....

Difficulty: Medium
Type: Enhancement ✨

This issue proposes a change to the TypeScript generation that is currently provided by Concerto, to improve the developer experience for developers who wish to build a TypeScript application, where...

Type: Feature Request 🛍️
Difficulty: Challenging
Type: Enhancement ✨

# Feature Request 🛍️ Provide APIs that allow a user to validate a decorator command set, and TypeScript types that allow a user to process a decorator command set. ##...

Type: Feature Request 🛍️
Difficulty: Medium

Currently in a Concerto model, it is not possible to define a field as being a set - a collection of unique values. # Feature Request 🛍️ Allow a model...

Type: Feature Request 🛍️
Difficulty: Challenging

Metamodel versioning has been introduced, but the entire codebase is hardcoded to `[email protected]`, and so we can only support metamodels using this specific version. This limits us when making metamodel...

Difficulty: Challenging
Type: Need Investigation 🔬

Currently, several modules have UMD versions generated using Webpack: https://github.com/accordproject/concerto/blob/b05be1d6b619fcadd098b538b85895149ab6ac1d/packages/concerto-core/package.json#L14 https://github.com/accordproject/concerto/blob/b05be1d6b619fcadd098b538b85895149ab6ac1d/packages/concerto-tools/package.json#L13 Only `concerto-core` has the `browser` key set though. However, in order to get this library integrated into a React...

Good First Issue :octocat:
Difficulty: Starter
Type: Enhancement ✨

# Feature Request 🛍️ Provide a feature similar to the `reserved` keyword in Protocol Buffers (https://developers.google.com/protocol-buffers/docs/proto3#reserved), allowing a model author to reserve a property name for future use, or to...

Type: Feature Request 🛍️
Difficulty: Medium