Raymond Feng
Raymond Feng
@thephoenixofthevoid Can you check if this is related to your PRs in `@loopback/context`? https://github.com/strongloop/loopback-next/pull/7527
@PabloSzx Great stuff. I'll find some time to take a look.
I would prefer to wait until https://github.com/npm/rfcs/blob/latest/accepted/0026-workspaces.md is fully implemented. If so, the client probably won't matter.
Please check out https://github.com/strongloop/loopback-next/pull/5118
I would like to convert the code into TypeScript so that we can get type definitions for free.
@Noderino Yes, please!
Please create a patch to use your technique or fix https://github.com/strongloop/strong-soap/blob/master/src/parser/xmlHandler.js#L164.
The same is true for CAIP-19 (asset_reference: `[-a-zA-Z0-9]{1,64}`). The contract address can be a name with `.` or `_`.
It seems to be related to https://github.com/strongloop/loopback-datasource-juggler/commit/4f31db1b64efa384e2c46c73bd34b97463db78f1.
Object instances of LoopBack models need to be converted to plain object using toJSON() or toObject() before passing to json2xml.