TPThomas Portelangeinblog.lekoala.be·Jul 27 · 1 min readA git diff with all changed and new unstaged filesI recently needed to collect all changes in one file for reporting purposes. Found this article: https://ratfactor.com/cards/git-diff-with-new-files In case you need something similar on Windows, here00
TPThomas Portelangeinblog.lekoala.be·Mar 6 · 5 min readWriting a Zero-Dependency CSV and XLSX Reader/WriterSome projects start with a grand plan. Others start because you just need to read a file without thinking too much about it. That was the case for spread-compat. I needed a common interface for CSV, X00
TPThomas Portelangeinblog.lekoala.be·Oct 10, 2025 · 3 min readMedia Queries Level 5 are awesomeWith modern css, you can almost get rid of sass. But there is one last pain point : media queries. Not being able to use variables or an easy, common syntax for typical breakpoints is really annoying. That is, until you meet Media Queries Level 5. I’...00
TPThomas Portelangeinblog.lekoala.be·Dec 20, 2024 · 1 min readModern tooltipsThis is a quick article to share this demo I just made. https://codepen.io/lekoalabe/pen/JoPNWpX00
TPThomas Portelangeinblog.lekoala.be·Oct 29, 2024 · 3 min readUsing Dialog elements todayModals are typical UI elements for many web apps. There are countless packages dedicated to that specific features, each framework creating its own variation. Popular frameworks like Bootstrap also have custom code to deal with it. But all this feels...00L