Yessir
swc.rs/docs/plugin/...
PR size, no. But I do think it's an interesting alternative to grit, which swc also seems to use
That's what the concern should have been ๐โโ๏ธ
ยฑ974 years to go
As if majors in semantic versioning can't pass 100...
Or docs
Welcome! ๐ง๐ท๐ฒ
Honorable mentions
Don't go too micro on them microservices, could save you some HTTP calls and network time โจ๏ธ
Progress on porting Eslint (+ popular plugin) rules to Biome can be found here: netail.dev/are-we-biome... โจ๏ธ
Here's where we at:
โข eslint 135 / 199 (68%)
โข typescript-eslint 61 / 126 (48%)
Sweet! Would be nice if GitHub could brew some custom button/input fields which can trigger/interact with workflows or PRs. Basically a kind "native" version
Do British devs throw a HTTP/418 when it's tea time?
Ahh okay, interesting. I am happy to help! Let's move the conversation to GitHub, might be easier (with the character limit & code blocks)
Hi @aubron.io ๐,
The paths should indeed be the full paths, as they go through a filter and check if they contain `.changeset`. While the cwd is actually in the .changeset folder itself -> relative path in the .changeset folder -> no .changeset in the path. This is a new issue since 2.29.1?
This is the one and only Typescript-only feature that I use daily. So hyped for this one, finally a JS native version ๐
Would have been a good opportunity to integrate @biomejs.dev
Mhm what about 2K & Fifa ๐ค
Or ignore the full file
At that point just use ignore next line ๐
Perhaps CSS/SASS/SCSS typings, for that sweet auto complete & bug prevention.
Like; www.npmjs.com/package/@tea...
Maybe something with svg sprites where certain icons are bundled into a sprite, which then referenced to with <use>, potentially reducing the payload size. A <SVG/> component ;)
Type safe environment variables, like astro; docs.astro.build/en/guides/en...
I believe devjiwonchoi worked on a PR for required env variables, but through a schema with type safety would be next level
Extra observability options? Custom logger & client-side instrumentation?
There are some limitations, so in some cases you might still need TSX on the side
nodejs.org/api/typescri...
I find it interesting how some people label CGI videos as "AI" now in the comment section... Did we completely forgot the existance of CGI-tools since the AI boom?
Hahaha, in this case not
Speaking of dark mode, there's a preference header for chromium browsers: Sec-CH-Prefers-Color-Scheme
Mhm I wonder why they chose for vitest, while @swc/jest is proven to be faster in benchmarks (aspecially large projects)