Rodrigo Morales

Results 9 comments of Rodrigo Morales

Hi, I just spun up a loopback4 api with JWT authentication and noticed that with the following security spec `openapi-to-graphql` cli raises this error `Cannot create data definition for invalid...

I am facing this same issue, I even tried passing the map object to my marker component defined in a separate file, and it still won't render the marker. I...

I am having a similar issue, I noticed that the generated `.js` file that invokes the function file is referring to an `index.js` file, and the function file is still...

I found a fix, make sure you are using the latest version of `serverless-esbuild`, I bumped mine to `1.44.0` and it fixed the problem. I also want to clarify I...

@childish-sambino this is still an issue on `6.5.4` the type is defined like this: ``` type MailDataRequired = MailData & ( { text: string } | { html: string }...

@childish-sambino no just a `templateId` and `dynamicTemplateData`

For anyone stumbling into this issue and you do not have an expo app and you are facing this issue with an app you submitted to the play store. I...

It might be worth to allow the log allocation to be configured to a file in a volume (either for cloud or in docker), the alternative is to pipe the...