Michał Michalczuk
banner
michalczukm.bsky.social
Michał Michalczuk
@michalczukm.bsky.social
Fullstack engineer & Consultant @ Tektit, Ex @Atlassian; IT trainer; #typescript #nodejs & various JS stuff.
Today I've started testing biomejs.dev I have to admin - I am impressed by the speed, at least with formatting. Since I am too attached to mine eslint rules, I'll stick with eslint for linting :P
Biome
Format, lint, and more in a fraction of a second.
biomejs.dev
December 4, 2024 at 11:54 PM
#TIL overflow clip in #CSS.
In the project we have a lot of infinite scrolls etc. lot of overflow issues 😅

I wasn't aware that if you see `overflow-[axis]: hidden` then another axis `overflow` is automatically set to `auto` instead of `visible` 😱
`clip` fixes that.

ishadeed.com/article/over...
Overflow Clip
Learn how overflow: clip works in CSS.
ishadeed.com
November 25, 2024 at 10:09 AM
When I create code for workshops (mainly #typescript or #node), I love to lower the barrier to running the code/tests, especially for the exercises.

Last time I used `tsx` run as a shell via "shebang" line.
So participants just had to run `./ex-1.ts` and `./ex-1.test.ts`
tsx.is/shell-scripts
November 25, 2024 at 9:31 AM