Rifa Achrinza

Results 110 comments of Rifa Achrinza

It looks like you have a merge commit (https://github.com/loopbackio/loopback-next/pull/8286/commits/cb324e6811e69b9a4788e19314e8aebe91a7963f), which may cause issues with the Git history when merging. To fix the issue, drop the merge commit (Sometimes a rebase...

As per-[Documentation](https://github.com/loopbackio/loopback-next/blob/a60ae8e43a1ec9d65929f19bbd364e332f28503b/docs/site/DataSource-generator.md#legacy-json-based-configuration), please ensure that when using `lb4 repository`, either: 1. A DataSource class with `static defaultConfig` containing the connector's configuration is present 2. Legacy `*.datasource.config.json` (where `*` is the...

Hi @hizbullaharif, thanks for your contribution! Unfortunately I'm not sure the purpose of `dotenv` in this case; The current steps state to set the environment variable, which https://github.com/loopbackio/loopback-next/issues/5876#issuecomment-663982114 explains. As...

Thanks for opening the issue! Unfortunately I've not been able to replicate the issue; Please check this minimal sandbox and compare it against your codebase: https://github.com/achrinzatest/loopback4-sandbox-7403 Taking a shot at...

This is something the TSC is aware of as well. The SOAP service was under @raymondfeng's IBM Cloud account which he no longer has access to. The SOAP service codebase...

To give an update - I've tried to provision on my IBM Cloud within the free monthly credits of IBM Cloud Cloud Foundry Public but ran out of memory. Will...

AFAIK, `jsonSchema` is only honoured by at REST layer by AJV; Connectors will only honour connector-specific fields (i.e. `mongodb: {}`) or root-level fields (i.e. `id: true`). I don't have a...

At a glance, I think the preceding feature we need to implement is referencing other values within the same model (e.g. Model.propA == Model.propB). From there, we can build on...

@Habbiton This feature isn't being actively worked on at the moment.