Arun Philip
Arun Philip
## Describe the feature Add support for the Structured Logging (`slog`) standard library in Go. ## Motivation Implementing support for `slog` will align this module with Go's ecosystem standards, enhancing...
## Description This PR refines the Docker setup and adds automation for releasing Docker images. see: https://github.com/domdomegg/aws-ses-v2-local/issues/26 ## Changes 1. `.dockerignore`: * Added to reduce Docker image size by excluding...
## Description It would be great if the `aws-ses-v2-local` Docker image could be built and uploaded to DockerHub via GitHub Actions. This would make it much easier to integrate the...
**Is your feature request related to a problem? Please describe.** UserEditor.php still manually crafts a SQL string for data insertion. Using the ORM enforces OOP and implicitly uses prepared statements,...
_Originally posted by @DAcodedBEAT in https://github.com/ChurchCRM/CRM/pull/7123#discussion_r1736829569_ In the codebase, we have Men, Women, Boys, Girls, and Unassigned as options. Men and Boys and Women and Girls are both the same...
I am currently using Localstack Desktop for browsing my localstack s3 and noticed that some popovers are not showing it's information 1. 2. note: This isn't impacting all elements, since...
1. Press `Cmd+Shift+P` in Void, and type `Help: About`. Please paste the information here. Also let us know any other relevant details, like the model and provider you're using if...
**Describe the bug** A clear and concise description of what the bug is. My Beekeeper was idle and open in the background for a while but when I got back...
When using the AWS SESv2 Go SDK to send an email with an empty `ToAddress`, AWS SES returns the following error: ``` error: operation error SESv2: SendEmail, https response error...