kaptinlin

Results 10 issues of kaptinlin

Any plan on Remote Config Service?

**Is your feature request related to a problem? Please describe.** I am using [mailpit](https://github.com/axllent/mailpit/wiki/SMTP-with-STARTTLS-and-authentication#smtp-authentication) for mail testing, but i got `x509: certificate signed by unknown authority` error You may take...

**Describe the bug** When send smtp email with both html and plain text, the Content-Type is not properly set. **To Reproduce** ``` cfg := mail.Config{ URL: "smtp.gmail.com", FromAddress: "[email protected]", FromName:...

http://www.smashingmagazine.com/2014/06/12/sassy-z-index-management-for-complex-layouts/ any plan this function support?

feature request
needs decision
support as plugin

Any thought on username and password authentication? [maildev](https://github.com/maildev/maildev) have `MAILDEV_INCOMING_USER` and `MAILDEV_INCOMING_PASS` args for smtp base auth.

enhancement

**Describe the solution you'd like** The ability send message to specific recevier ``` telegramService, _ := telegram.New("your_telegram_api_token") notify.UseServices(telegramService) fooReceiver := telegram.Receiver(-1234567890) barReceiver := telegram.Receiver(-0987654321) // Send a message to fooReceiver...

type/enhancement
type/proposal

**Is your feature request related to a problem? Please describe.** Yes, the problem arises when trying to document API endpoints that are capable of returning multiple response formats based on...

github.com/vmihailenco/taskq/redisq/[email protected]/queue.go:174:12: cannot use body (variable of type []byte) as string value in struct literal

i can't install taskqotel github.com/vmihailenco/taskq/extra/taskqotel/[email protected] ``` go get -u github.com/vmihailenco/taskq/extra/taskqotel/[email protected] ``` go: github.com/vmihailenco/taskq/extra/taskqotel/[email protected]: invalid version

### Description of the bug: When using the `SetCandidateCount` method to set the number of candidates to 2 for the `gemini-1.5-flash-latest` model, the response still only returns 1 candidate. This...

status:triaged
type:api-issue