Søren Pedersen
Søren Pedersen
Currently, it is impossible to use inline attachments with SendGrid, because the SendGridSender ignores the `IsInline` & `ContentId` properties on attachments. So, this simple change is to allow sending inline...
I am confused about why you need two ports to the same application .. what is the purpose of this? It makes it difficult to put this behind a reverse...
**Which component are you using?**: recommender - installed via https://charts.fairwinds.com/stable **What version of the component are you using?**: k8s.gcr.io/autoscaling/vpa-recommender:0.9.2 fairwinds-stable/vpa helm chart v. 0.4.4 Component version: **What k8s version are...
Updated the project to target netstandard2.0. Could not pick a lower netstandard version, as that would have required a larger rewrite. This is a very simple change to allow the...
Hi Will I just got an M2 MacBook Air, and wanted to try running this container, but unfortunately discovered that it does not have any arm64v8 images. I see you...
NOTE: I initially posted this on StackOverflow: https://stackoverflow.com/questions/73435705/kubespray-fails-file-download-task-when-deploying-kubernetes-cluster ... but the question was closed, as are many other Kubespray questions I see. So apparently the StackOverflow community does not agree...
Hi there Just raising this, as it does not look like there is already an issue for this, but I am getting two warnings in my actions that use `aci-deploy`:...
### Is your feature request related to a problem? Please describe. I was trying to use Convoy to ingest webhooks from [Mandrill](https://mailchimp.com/developer/transactional/guides/track-respond-activity-webhooks). Unfortunately, I discovered that Mandrill posts data using...
### Is your feature request related to a problem? Please describe. I already made one feature request previously: https://github.com/frain-dev/convoy/issues/1987 - but it turns out, the solution implemented there did not...
The library was very outdated, and targeting netstandard1.4 is unfortunately not secure anymore - as it pulls in old implicit dependencies, like System.Net.Http 4.3.0 ### Checklist ✅ - [x] My...