loopback-next icon indicating copy to clipboard operation
loopback-next copied to clipboard

LoopBack makes it easy to build modern API applications that require complex integrations.

Results 237 loopback-next issues
Sort by recently updated
recently updated
newest added

## Suggestion The current [OpenAPI generator](https://loopback.io/doc/en/lb4/OpenAPI-generator.html) seems like it's meant to be used once, upfront, to scaffold code. My suggestion is to (also/instead) support the use case where you run...

feature
CLI
OpenAPI

**Timeboxed to 2 weeks**; don't spend extra time if done earlier Different platforms use different ways for configuring operational aspects of application in test/dev/production. LB4 should make it easy to...

spike
Extensions
DevOps

Function arguments of type `boolean` are considered as a bad practice because they make the code difficult to read and reason about. Consider the following code: ```ts ctx.getBinding('repositories.todo', true); ```...

feature
breaking-change
good first issue
Internal Tooling

## Steps to reproduce execute lb4 update ## Current Behavior (excuse my french ;-) ) $ lb4 update Le projet a été généré à l'origine par @loopback/cli@. Les dépendances suivantes...

bug
CLI
needs grooming

https://github.com/loopbackio/loopback-next/blob/2661354cb67560be32558f118fbd9164167c8d86/packages/rest/src/rest.application.ts#L94 Wanting to extend RestApplication to override one or another method and I'd also like to extend RestComponent and override a thing or two. Not really seeing a way to...

feature
REST

## Feature proposal Since middlewares are internally used and not exposed to developers, there is no possible way to implement stateful requests, as it was done with the `express-session` middleware...

feature
help wanted
Extensions
REST

Opening a follow up issue according to: https://github.com/strongloop/loopback-next/issues/4328#issuecomment-571638433 Cross posting @bajtos' comment from the above link: ----- After we land feat(rest): add openapi schema consolidation #4365, I'd like to start...

tech-debt

## Steps to reproduce 1. Create an app that uses `RepositoryMixin` 2. Try to override the application `start` method ## Current Behavior `error TS2425: Class '... & RestApplication' defines instance...

bug

## Steps to reproduce - Create a model aModel with property "a" - Create a model bModel by extending aModel , add property "b" to it - Create a controller...

bug
OpenAPI

After the latest release (and possibly the one before - hard to test), a circular dependency error triggers where none did before. ## Steps to reproduce 1. Create 3 models,...

bug
needs grooming
IoC/Context
Repository