Dan Selman
Dan Selman
What functionality would you expect this to have? E.g. within the Contract Editor.
> Is fuzzy matching the best technique so far? What are your views. The Manhattan LSTM architecture has been used too for similar tasks. > Semantic Textual Similarity can be...
Yes, within reason, we can provision VMs on AWS to help with training.
Just found this one as well. We need to call: https://github.com/hyperledger/composer-concerto/blob/master/lib/modelmanager.js#L310 Ideally we would only call this if the list of external imports had changed for the model file: https://github.com/hyperledger/composer-concerto/blob/master/lib/introspect/modelfile.js#L180...
Do you have examples of useful information to display in the hover?
Semver imports also complicates caching / immutability of models. I.e. if I request namespace `[email protected]` (along with its dependencies) the response payload cannot be cached using `[email protected]` as the cache...
Another consideration is that today the ModelFile has a map (importShortNames) from local short name to FQN that is populated from the AST. This approach would not work, because the...
> Is there consensus on format of ranges we should support? Here are some alternatives > > * `1.x` X-ranges > * `^1.0.0` Caret ranges > * `>=1.1.0 * `1`...
What do we do for pre-release imports?
Name collisions are possible - that could be breaking changes for specialised types. E.g. when I add a new property to a super type (semver minor) that conflicts with an...