Zed
@zed.dev
3 months ago Download Zed and view the full changelog here:
zed.dev/releases/sta...
💬 1
♻️ 0
❤️ 6
Download Zed and view the full changelog here:
zed.dev/releases/sta... `editor: move to {start,end} of larger syntax node` lets you jump to the boundaries of parent syntax nodes.
Thanks vamsi10010! The agent now shows the total (and per-file) number of lines added and removed in a thread.
Markdown outlines now show structure, rather than a flat list. Thanks YuantianDing!
🚀 We just shipped v0.220! The branch, worktree, and stash pickers now live together in a unified tabbed picker, making it easy to switch between them.
Get all the details in the latest blog post 👇
pris.ly/uZj3nHs Prisma ORM 7.3.0 is out 🚀
✅ New compilerBuild option: fast (default) or small
⚡ Raw queries can bypass compilation for less overhead
🛠️ Adapter + reliability fixes (MsSQL, better-sqlite3, mapped enums)
🔒 BigInt precision preserved in relationJoins JSON The Patch Parade continues. React Router + Remix vuln batch is here. Please upgrade (we worked with the Remix team to sanity-check Netlify impact first).
Bun is fast. So is Prisma ORM.
Learn how to use them together👇
pris.ly/guide/bun I see you @philhawksworth.dev ! this morning I was playing around the AR web app for @netlify.com’s 10M devs celebration and looking at the pre-launch capsules with people’s pets, websites, and songs, so much web joy. 💖 websites can be so cool. I made a capsule to celebrate 10 million users on @netlify.com . My capsule has a photo of my dog doing some Olympic diving that a coworker made, so try to find it in the AR experience :) 10-million-devs.netlify.app/capsules/21 Check out this capsule launched by OOB THIS as part of @netlify.com's 10 million developers campaign. 10-million-devs.netlify.app/capsules/18 As a Netlify user for 7+ years, seeing Netlify grow and evolve in the last year behind the scenes has been a treat. Thank you to the 10 million developers who have signed up and used Netlify, here's to many more! And go launch your capsule! The site is 🔥.
Thanks so much!
Special Community Livestream! 📺
Tune in: www.youtube.com/live/zEwsdae... a favorite part of my new job is getting to* doodle for blog posts, like this octocat (drawn with my mouse in @excalidraw.com lol)
*not just getting to, but encouraged to 10 million developers have joined Netlify. 🎉
@biilmann.blog on the milestone + what it signals for how we build next:
www.netlify.com/blog/10-mill... 10 million developers have joined Netlify. 🎉
@biilmann.blog on the milestone + what it signals for how we build next:
www.netlify.com/blog/10-mill... (from blog.val.town/catching-stars) a favorite part of my new job is getting to* doodle for blog posts, like this octocat (drawn with my mouse in @excalidraw.com lol)
*not just getting to, but encouraged to Check out the docs!
pris.ly/docs/create... Looping over create() looks harmless. But each call sends a separate query.
Local test inserting 50 records:
- create() in a loop → 803ms
- createMany() → 129ms
~6x faster with one line change.
Use createMany() for batch inserts.