-
When we have multiple users using system at the same time the `this.getCurrentUser` call will often return the wrong value.
It seems that getCurrentContext has several issues listed in the loopback g…
-
# Description/Steps to reproduce
From my testing using LoopBack 4 and this connector, the migration performed by `npm run migrate` does not configure the `id` (primary key) column to be auto-ge…
-
When I try StrongLoop Arc sign in `http://localhost:50949/api/Subscriptions/login?include=user` return 500
```
{"error":{"name":"Error","status":500,"message":"write EPROTO 140735284158464:error:1407…
A11oW updated
8 years ago
-
One of the more significant complaints I've seen is the confusion caused by all the individual repositories being so spread out across three different github organizations. While there are conversatio…
-
It might be related to https://github.com/sphereio/sphere-node-product-csv-sync/issues/50
The process just gets killed
```
Process exited with code (137)
Killed
```
```
FATAL ERROR: JS Allocation …
-
## Steps to reproduce
At https://github.com/strongloop/loopback-datasource-juggler/blob/master/types/datasource.d.ts,
there is no definition for method setup, which is defined at:
https://git…
-
I would like the connectors to leverage ES6 class inheritance.
## Acceptance criteria
- [ ] Rework Connector and SqlConnector classes provided by loopback-connector to be implemented as ES6 clas…
-
The used version of americano (0.3.11) is old, and require version 4.4.0 of express.js. But this version of express has a bug concerning cache-control header (max-age is not properly set, the cache is…
-
upgrade d3 and all related modules in arc
-
In https://github.com/strongloop/loopback4-example-getting-started/pull/2, the proposed acceptance tests are relying on the first test to fill the database with data that's used by subsequent tests:
…