-
We have a community user did a great job in gathering connectors, tutorials, examples from the community in [awesome-loopback](https://github.com/pasindud/awesome-loopback). I'm wondering if it would …
-
> ### Original Description
> To eliminate two files definition by users (proto.file and typescript) we can create a tool to automatically generate typescript interfaces/classes from a proto file and …
VMois updated
6 years ago
-
Is there a reason why you are appending a "/one" to the URL for the creation handler?
https://github.com/loopback4/ra-data-lb4/blob/next/src/index.ts#L154
-
As [LoopBack joins the OpenJS Foundation](https://openjsf.org/blog/2021/06/02/loopback-joins-openjs-foundation-as-new-incubating-project/), we'll be moving the LoopBack4 related repos to the new GH or…
-
### Describe the bug
Running `lb-eslint` command from a package in npm workspaces environment throws following error:
Full Command: `lb-eslint --report-unused-disable-directives .`
```
Error…
-
Go through all the existing and templates and test to make sure they still work. Create bugs for any templates that do not work.
-
# Description
Now that we got configurations needed, we also require to implement server and client streams
The result implementation should enable the ability to follow this https://codelabs.de…
-
User Story
=======
There are multiple ways to set up microservices:
- Have a public facing API Gateway responsible for authentication, that then acts as a proxy for internal microservices, or which…
-
-
I am running a loopback4 server and looking forward to connecting it to an MQTT Server (HiveMQ).
My search landed me here and I want to know if there are efforts to make this component ready for use.