Tom Atkins
Tom Atkins
I'd love the option for Notes to be automatically expanded on the Shared Bookmarks page. This would allow me to use Linkding as a 'blogmarks' site like Simon Willison does:...
Perhaps a better solution is to send via the API of the provider (where available). For Mailgun it will be 3x faster and allows batch sending: https://documentation.mailgun.com/en/latest/quickstart-sending.html#send-with-smtp-or-api Would you accept...
I haven't checked in detail, but does the approach presented in [this video](https://youtu.be/znZE6DEtVNs) achieve what you're looking for? ([Source for the code in the video](https://github.com/sveltemaster/supasveltekit-cookies-demo))
+1 this is great, LiveScript will be wonderful to have in Harp
Perhaps this issue would be better in the downsize repo where this is discussed in the comments? https://github.com/thumbsup/downsize/blob/a5b60e31a023e692bafb4e5895fc51035672fd56/lib/image/heic.js#L7-L27
Actually, I think I spoke to soon! I have the latest version on macOS via Homebrew. Even with `libeheif` installed, I get: ``` gm version GraphicsMagick 1.3.43 2024-03-23 Q16 http://www.GraphicsMagick.org/...
Worked it out: `brew install --build-from-source graphicsmagick` The feature is then available if `libeheif` is installed. I submitted a PR to Homebrew to get it enabled by default: https://github.com/Homebrew/homebrew-core/pull/170697
The above PR has been merged, so macOS Homebrew users will now get HEIF/HVEC ("HEIC") support in GraphicsMagick by default.
Creating indices would also be helpful 😄
Aha - perfect, thanks!