Back
Marc Köhlbrugge
Load previous page…
Remove box-sizing: border-box on specific elements, because we already apply it to every element by default now
#startupjobs
Remove "External Account" for @betalist.com from Fastmail as it was still using Gmail for outgoing emails which would then end up in the spam filter, because I configured my DMARC to block Gmail's servers
#life
Save historical slugs so if post title changes and we generate a new slug, we still have a copy of the old one and old links still work
#startupjobs
Add back ID to post slugs, so they are always unique (should simplify all the different edge cases we keep running into)
#startupjobs
Keep track of when last daily digest was sent, so we can ensure not to send multiple on the same day if there's a bug leading to backlogged emails
#wip
Fix bug in daily digest resulting in a ton of backlogged daily digests being sent out all at once 😅
#wip