loopback.io icon indicating copy to clipboard operation
loopback.io copied to clipboard

LoopBack project site - now with documentation!

Results 21 loopback.io issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://togithub.com/nodejs/node) | engines | minor | [`>=v16.16.0` -> `>=v16.17.0`](https://renovatebot.com/diffs/npm/node/v16.16.0/v16.17.0) | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

Hello, In the page: **https://loopback.io/doc/en/lb4/express-with-lb4-rest-tutorial.html**, According to example, this snippet in document: ``` // For testing purposes public async stop() { if (!this.server) return; await this.lbApp.stop(); this.server.close(); await pEvent(this.server, 'close');...

help wanted

The LoopBack Public Calendar - which is currently used to track the Monthly Maintainers Call - should be added to the LoopBack website for ease of access. Currently, it's only...

feature
community-experience

## URL of the page If applicable. ## Nature of the issue TypeError: binding.on is not a function node_modules/@loopback/core/node_modules/@loopback/context/src/context-tag-indexer.ts:50:17) ## Expected behavior What did you expect to happen?this.comonent(Compoent) in Application.ts...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

## URL of the page http://apidocs.loopback.io/loopback ## Nature of the issue The url of the LoopBack API Documentation for v3 is broken ## Expected behavior Load the page ## Actual...

bug

I tried using `@loopback/typeorm` locally and suddenly getting an error because connection was not coming Then I got an idea to register the connection somewhere in `application.ts` which was also...

The current loopback.io website stack leverages Jekyll. Although it has, and continues to, meet our needs for hosting a simple website, there are certain issues which makes it unsustainable in...

feature