Raymond Feng

Results 33 comments of Raymond Feng

Between the default scope and the query criteria, I think query criteria should be able to further **constrain** the match. We need to evaluate the following properties: - include (recursively...

We'll have to use domain or Zone.js to deal with uncaught errors.

@volovyk-s I'm not proposing to flatten all classes/interfaces/functions to `index.ts`. As I stated in the issue, the primary concern is that the current typing forces users of `near-api-js` to understand...

My first preference is to export public facing types at root level. Namespaces can be used for more isolations if needed. Please note that exported artifacts from a package does...

The declarative way will be added. We're building up LB 4 incrementally, starting with the programatic approach. Please see some of the design notes at http://loopback.io/doc/en/lb4/Crafting-LoopBack-4.html. Thank you for being...

@sandeep17sf Please sign off the commit.

@michaelfarrell76 As I can tell from https://github.com/globalizejs/globalize/blob/master/package.json#L76, `cldr-data-downloader` is dev dependency, which won't be installed/used at runtime. Your scanning tool probably didn't understand that.

Since `var oracledb = require('oracledb');` returns a singleton, we should have the ability to specify such settings at pool/connection/execution level. For example, we need to talk to multiple Oracle DBs...

@hsenapati Can you try @loopback/[email protected]?

I just released `@loopback/[email protected]` 15 mins ago. Please upgrade your app to this version and try again.