Kailash Nadh

Results 672 comments of Kailash Nadh

Hi @dan-willett, we can consider inline images for the next release (after the pending one, v4.0.0).

I plan to work on this sometime this year. > Images don't embed properly in Gmail because of this Could you elaborate on this? Gmail loads remote images just fine...

If [@yuin/goldmark](https://github.com/yuin/goldmark), which listmonk uses for parsing Markdown, has support for this, there is no problem in enabling it. From a cursory look, I am not sure if it supports...

Perhaps we should close this as the aforementioned thread confirmed the hard dependency on the external `pkl` binary?

While koanf is agnostic to whatever happens in a provider, given that the pkl ecosystem (eg: docs) itself doesn't lend much clarity on how it works, feels a bit off...

Hi @StefMa. Has your familiarity with pkl grown? If yes, do you think a PR is viable?

This is great. Separating initialization and actual connections solves a number of production edge cases. Couple of considerations: 1) `CreateSession()` won't block and fail and will try to establish a...

> https://demo.listmonk.app/admin/subscribers/bounces ? +1. The entire message body isn't stored, but the bounce metadata/headers are stored as a JSON map for debugging.

@cgrbyk the tx API, by definition, is meant to be transactional/atomic, ideally aimed at one recipient. The array support is there, just in case. Sending tx e-mails to a large...

Looks like the mutex is causing a deadlock: https://github.com/knadh/koanf/actions/runs/13138967660/job/36969992725?pr=339