Really great to see that feature.
That was always to goal of packagephobia - to make display that info where everyone is already looking.
Really great to see that feature.
That was always to goal of packagephobia - to make display that info where everyone is already looking.
It shows extracted for both the pkg itself and its transitive deps
TLDR same as packagephobia.com
Should be a couple more chars to make it work with multiple files, right? Like input src dir and output dist dir.
Or are you worried about import extensions?
Ideally it would link to packagephobia.com π
This is the most insane GitHub interaction Iβve ever seen.
An OpenClaw agent creates a PR but it gets closed because "good first issue" is meant for humans.
So the agent writes a blog post shaming the human maintainer for being prejudice π€―
github.com/matplotlib/m...
Which version did this ship in?
In the middle of this Ladybird browser demo, Andreas visits my website and finds a random dad joke generator I made in 2019 π
youtu.be/7_qhUidegUM?...
Do you have to add each file explicitly with addFile() or can you just wildcard the mount and lazily handle files one someone does a readFile()?
Turborepo 2.8 is the build system for agentic coding:
Β· Shared local caching for Git worktrees
Β· Agent Skill: πππ‘ ππππππ πππ ππππππ/πππππππππ
Β· Docs: AI chat, Markdown responses, πππππ ππππ subcommand, and more
turborepo.dev/blog/2-8
vercel.com/changelog/ta...
We're experimenting with ways to keep AI agents in sync with the exact framework versions in your projects. Skills, π²π»π°ππ³π΄.ππ, and more.
But one approach scored 100% on our Next.js evals:
vercel.com/blog/agents...
That was my hope
For every 100 likes, Iβll make the video card 2x bigger
bsky.app/profile/styf...
7 years at @vercel.com today π
New achievement unlocked - longest I've worked for a single company.
This past year I got to work on the CDN and ship a lot features and price reductions.
I also joined @tc39.es and set a record for first time proposal going from stage 0 to 2.
How does the ATmosphere protect against abuse?
It sounds like itβs a free database that you could store anything in π€
the success of the user-created For You feed while the official Discover feed flops is actually a pretty major win for Bluesky β it literally is the embodiment of their goal to decentralize feed generation and give users more control/autonomy
Reminder that vercel.com/domains was completely redesigned to be fast, cheap, and great for your custom bluesky username.
Just leaving this here for the reader
vercel.com/changelog/ad...
Sounds like a job for ISR + on demand revalidation (aka purge) π
Does auto-discover mean it looks through all you bluesky posts to find if one of them links to the article?
What happens if it finds multiple posts that link to that article?
Agreed, just use fs.rm() with the recursive option - zero dependencies.
github.com/vercel/next....
But it still works π
Works in node@20 as well
import { loadEnvFile } from 'node:process'; // load .env file with default path ('./.env`) loadEnvFile(); // load .env file with a custom path loadEnvFile('../../.env');
TIL that modern Node not only supports `--env-file` / `--env-file-if-exists` but also a new method to programmatically load .env files.
It's been marked stable since Node v24 (current LTS), and I'm now on the journey of removing all the `dotenv` dependencies. π
www.stefanjudis.com/today-i-lear...
I just switched a project from `typescript` to `@typescript/native-preview` and reduced pnpm build time by 81% π€―
Thanks! I found a couple new ones in there. And I really like the sorting feature.
Looks like someone already started one github.com/errilaz/awes...