Carolina López
Carolina López
Changes in the PR: - Update README to use the .env file Due to the Laravel version is 4.2 it does not have available: - APP_DEBUG for .env - The...
### Issue Summary Checking the request body for `mail/send` (https://docs.sendgrid.com/api-reference/mail-send/mail-send), it was discovered that helper classes provided in this library are old and do not contain all info needed. Errors...
### Issue Summary Checking the request body for `mail/send` (https://docs.sendgrid.com/api-reference/mail-send/mail-send), it was discovered that helper classes provided in this library are old and do not contain all info needed. Errors...
### Issue Summary Checking the request body for `mail/send` (https://docs.sendgrid.com/api-reference/mail-send/mail-send), it was discovered that helper classes provided in this library are old and do not contain all info needed. Errors...
### Issue Summary Checking the request body for `mail/send` (https://docs.sendgrid.com/api-reference/mail-send/mail-send), it was discovered that helper classes provided in this library can be improved Errors found: - In **[Presonalization](https://github.com/sendgrid/sendgrid-php/blob/main/lib/mail/Personalization.php)** class there...
## Context When using the Stoplight mock server, I encountered an issue where the validation does not work as expected when there is incorrect data. This issue affects users who...
# Fixes # - Allows seralization for query params. Info taken for this [forum](https://stackoverflow.com/questions/49944387/how-to-correctly-use-axios-params-with-arrays) Before fix: `/v3/marketing/integrations?ids[]=id1&ids[]=id2` After: `/v3/marketing/integrations?ids=id1&ids=id2` -- Doing this change because it was failing when testing SDK...
# Fixes # Related PR: https://github.com/sendgrid/sendgrid-nodejs/pull/1327 fix: Support 204 response in axios ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license -...
### What resources or data sources are affected? resource_datadog_dashboard [widget.group_definition.widget.query_table_definition.request.formula.number_format](https://registry.terraform.io/providers/datadog/datadog/latest/docs/resources/dashboard#nested-schema-for-widgetgroup_definitionwidgetquery_table_definitionrequestformulanumber_format) ### Feature Request `number_format` has properties to define but not the precision. As you can see in datadog, it is...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...