Zed
@zed.dev
10 months ago Windows when, you ask? Windows real soon...
In the meantime:
www.windowswen.com
💬 5
♻️ 6
❤️ 56
Windows when, you ask? Windows real soon...
In the meantime:
www.windowswen.com ☀️ The summer roadmap for Prisma ORM is out! Focused on turning big rewrites into stable releases.
What’s coming:
✅ Query Compiler → GA
✅ prisma-client → Preview → GA
✅ multiSchema & views → GA
Get more info here 👇
pris.ly/summer-roadmap Preparing the community call for next week made me how efficient our 4-people team is shipping. And on top of this we are doing support, support, and other company administrative things.
Catch us next Monday for insights into the team's progress during our second cycle of the year and a sneak peek at upcoming plans: lu.ma/ir9fkci4
#Swift #Xcode #iOSDev Want to stay in the loop?
Keep an eye on our GitHub release notes 👇
pris.ly/release 🎉 We’ve shipped over 220 Prisma ORM releases in the last 6 years!
Delivering new features, key fixes & improvements on a 3-week cadence.
🚀 Recently, we switched to a 2-week release cycle to ship updates even faster to you.
👀 What’s been your favourite release so far? You can now embed Prisma Studio directly into your own tools or platforms.
Same UI, same experience. Just inside your app.
Here’s how it works 👇
pris.ly/embed-studio Today at SciPy 2025 we released Icechunk 1.0, an open source package and specification that enables database-style transactions against petabyte-scale array datasets using only cloud object storage as infrastructure. Read about it on our blog earthmover.io/blog/icechun..., or visit earthmover.io ❓ Have you tried our new ESM-first `prisma-client` generator?
If no, now is the perfect time: We just published a couple of ready-to-run examples (with Next.js 15, Webpack, Turboback, monorepos, ...) for you to try it out with your favorite stack!
pris.ly/examples/pc... 🦀 🚫 We're currently removing the Rust engines from Prisma ORM!
In our last release, we enabled this Rust-free version for all remaining SQL DBs, it's now available for:
✅ Postgres
✅ MySQL
✅ SQLite
✅ SQL Server
👉 Learn how to use it: pris.ly/no-rust-eng... 📣 Discover how our partner Co.dev (their awesome platform turns your prompts into full-stack apps in minutes) delivers a phenomenal db experience for their users with Prisma Postgres!
Read more 👇
pris.ly/codev-ppg-s... Some solid upgrades in Prisma 6.11:
✅ Preview: Rust-free ORM for MySQL, Neon & CockroachDB
✅ Stop and remove local Prisma Postgres instances via CLI
✅ Embed Studio in your own app (@prisma/studio-core)
We covered it all in a short video 👇
pris.ly/yt/6.11-rel... Catch us next Monday for insights into the team's progress during our second cycle of the year and a sneak peek at upcoming plans: lu.ma/ir9fkci4
#Swift #Xcode #iOSDev What's a good and fairly-priced tool to livestream and record community calls? I tried with MiroTalk, but it just records one of the members' camera or screen
#ZedEditor Download Zed and view the full changelog here:
zed.dev/releases/sta... ... and for our Vim users: - Added support for vim-mode in git commit editor. - You can now use `.` repeat in visual mode. - Run r! in a non-interactive shell. - Paragraph objects now support counts: `d2ap`, `v2ap`, etc. - Motions now push to the jump list using the same logic as vim.
📝 If you're a developer, chances are, you write Markdown. We've improved rewrap functionality for lists, todos, and block quotes, and you can now open multiple markdown preview tabs with support for `PgUp` and `PgDown` navigation.
🐍 Python development gets better with highlighting for more operators (`&=`, `<<=`, `>>=`, `@=`, `^=` and `|=`) and automatic outdenting when you type keywords like `except`, `else`, and `finally`.
And we've improved the debugger panel layout to make it more friendly when stored in a vertical (left or right) dock.
You can now manage breakpoint properties (log/hit condition/condition) directly from the breakpoints list:
We now display Agent Errors in a non-invasive, non-blocking way:
The agent panel now automatically retries when encountering 500s or when the upstream AI API becomes overloaded: