-
I try implementing rest datasource in color CRUD example instead of memory datasource.
**datasources/rest.datasource.js**
```
const config = {
"name": "rest",
"connector": "rest",
"o…
-
Hello below the error i am getting when trying to load fixtures using your component :
I am using fireloop, and loopback version 3.x. Thankyou in advance for your help.
`node_modules/loopback-…
-
Generate JSON/OpenAPI schema to describe the supported filter format implemented in https://github.com/strongloop/loopback-next/issues/5895.
-
MongoDB is tricky - see https://github.com/strongloop/loopback-next/issues/1875
- It uses a custom `ObjectID` type for primary keys.
- `ObjectID` is represented as a `string` when converted to JSO…
-
# Task Description
Hard-coding test ports are error-prone. We should use the OS loopback interface to find any available port instead of manually ensuring that ports on each test are different.
In…
-
I've build a basic loopback4 application with authentication via passport-http module like described in this [https://github.com/strongloop/loopback-next/tree/master/packages/authentication#loopbackau…
-
### Describe the bug
https://github.com/loopbackio/loopback-next/discussions/9344
### Logs
```shell
https://github.com/nivruth-naka/lb-include/blob/main/lb-include.log
```
### Additional informa…
-
When running "slc arc" in a new project, I keep getting the error message below.
Installed using the standard install instructions: http://docs.strongloop.com/display/SL/Installing+StrongLoop
```
E…
-
In the dev branch/next update voice_loopback has been added as a blocked CVar block which currently is the only way to get the client's Voice Volume using http://wiki.garrysmod.com/page/Player/VoiceVo…
-
When using inheritance in model definitions, the behaviour is inconsistent.
## Steps to reproduce
- Define a model that inherits from another Model/Entity
- Use the aforementioned model in any cont…