I’m excited! Thanks to GitHub Copilot, I can now automate the process of finding missing translations across the project. Instead of using complex utilities or manually reviewing everything, now I just need a simple prompt.
So, the problem was that GitHub markdown files do not respect image width in case content is shorter than image. Thanks to HTML. There is " " filler in HTML specification that does role of "Non-breaking invisible glue" so it can simulate table width in case there is not enough symbols in table cell content.
I used a lot TailwindCSS 3 + SCSS + CSS modules. Migrating it to Tailwind v4 was so painful.....