-
-
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:
…
-
# Description/Steps to reproduce
1. Scaffolded a LB 4 app as "loopback4-example-express-composition"
2. $ npm install --save @loopback/grpc
3. Modified Index.ts file with the code explained in …
-
## Steps to reproduce
Install the following packages:
```@opentelemetry/api
@opentelemetry/node
@opentelemetry/tracing
@opentelemetry/exporter-jaeger
@opentelemetry/plugin-http
@openteleme…
-
There are some points which I want to ask:
1. How you save the data into DB according to the model class you only store id, first name and last name what about the password and email?
2. How you pro…
-
### Describe the bug
As a developer I want to quickly scaffold an application. For this I'm using getting started docs https://loopback.io/doc/en/lb4/Getting-started.html
Installed node.js versi…
-
### Bug or feature request
- [ ] Bug
- [x] Feature request
### Description of feature (or steps to reproduce if bug)
Currently, I am using this with loopback4. But the connector doe…
-
### Describe the bug
When retrieving type Date property on a nested model (property decorator) the property is returned as a string instead of Date.
```ts
@model()
class Nested extends Entity …
-
In https://loopback.io/doc/en/lb4/Interceptors.html#example-interceptors
there are different examples of interceptors.
To understand the example implementations of these interceptors, let's
…
-
## Description / Steps to reproduce / Feature proposal
The log extension provided as an example doesn't have any documentation on what to expect after implementing the LogMixin. It looks like it shou…
ghost updated
4 years ago