A bonfire builder. They/them.
On the other hand looking at logs, it looks like bonfire is not making HTTP requests when navigating between liveviews...
Image is an image processing library for Elixir. It is based upon the fabulous vix library that provides a libvips wrapper for Elixir.Image is intended to provide well-documented common image processing functions in an idiomatic Elixir functional style as a layer above the very comprehensive set of functions in Vix and libvips.In a very simple image resizing benchmark, Image is approximately 2 to 3 times faster than Mogrify and uses about 5 times less memory.
we use libvips.org (the software behind that library) in bonfire instead of convert (from https://imagemagick.org) when available 🙂 https://github.com/bonfire-networks/bonfire_files/blob/main/lib/image_edit.ex#L6
what if there's no line beak before github.com/bonfire-networks/... and after the URL...
hmm yeah that did it
yeah, I still haven't understood in what cases it works or doesn't, though seems to have something to do with line breaks.
we use this fork of a fork of a regex-based library for link detection which I really want to replace: https://github.com/bonfire-networks/linkify/blob/master/lib/linkify/parser.ex
what if there's no line beak before github.com/bonfire-networks/... and after the URL...
Hmmm... the link above wasn't auto-linked and definitely no link unfurling 🤔
yeah, I still haven't understood in what cases it works or doesn't, though seems to have something to do with line breaks.
we use this fork of a fork of a regex-based library for link detection which I really want to replace: https://github.com/bonfire-networks/linkify/blob/master/lib/linkify/parser.ex