Alex Martsinovich

@distantprovince.bsky.social

#ElixirLang Developer 🇨🇦 ✨InstructorLite 🪵DiscoLog 🪵LogHog https://distantprovince.by/

It's amazing how LLM driven development is both good and bad at the same time. I don't see any extreme stance on it winning. We'll have to learn how to use this goddamn tool properly: without frying our brains or slopifying software.

I once again have some extra free time on my hands, so I'm going to dig into why DBConnectionErrors are seemingly never grouped correctly and see how many yaks require shaving. Our first stop is naive `Logger.error` calls. We need to figure out what to do with them!

Use reports for logging errors by martosaur · Pull Request #768 · elixir-ecto/postgrex

This PR proposes to log error using report format instead of simple string. The change should be transparent, except for those who potentially relied on log message structure. More Context One of t...

github.com