Bug hunting

Amazingly satisfying to hunt down a bug that has been eluding me for a week. Long story short: * If strings are length constrained make sure that you stick to those constraints always * Make sure you log everything, even that part that couldn’t fail (like that part that for sure can’t receive a too long string)

Mastodon