Remco Smis
@RemcoSmitsDev
Followers
195
Following
936
Media
25
Statuses
249
Payment options developer at https://t.co/bn8U3ZW6Ri. I'm also addicted to learning new things.😬 https://t.co/PyHd303DiZ
Zuid-Holland, Nederland
Joined October 2018
Markdown preview gets even better with HTML table support for `colspan`, `rowspan`, and the `align` attribute—plus improved nested list styling. Happy to see another humble report from HyperGrowth Corp™️. 📊 Thanks @RemcoSmitsDev and @huacnlee!
1
3
21
I'm going to by a new MacBook, does anyone have any recommendations? I'm unsure about the minimum RAM/CPU cores I need.
1
0
1
After hearing this a lot: "no debugger = no Zed"—we’re excited to share that Zed's Debugger has finally launched! 🎉 https://t.co/HzPb3FY9Fl
58
144
2K
https://t.co/bSmTgK4rEi Check out the blog post I wrote about this
zed.dev
From the Zed Blog: Over 2,000 developers asked, and we delivered. Debugging in Zed is now a reality—and it's a big leap toward Zed 1.0.
After hearing this a lot: "no debugger = no Zed"—we’re excited to share that Zed's Debugger has finally launched! 🎉 https://t.co/HzPb3FY9Fl
1
6
19
Collab features will return after the merge, which is happening very soon. Can’t wait for everyone to try it! 🔥 (7/7)
1
0
14
Once merged into main, the debugger will be behind a feature flag, so the Zed team can work on the design. But if you build Zed from source, you can still use it right away! (6/7)
1
0
7
With caching, we can call session.modules(cx) on every render without worrying about when to fetch data. Once requested, it’s cached in a HashMap, so we can read stale data while fresh data loads in the background. (4/7)
1
0
5
We moved this logic to the session model and added a caching layer. Now, guests in a collab session reuse already-fetched data from the debug adapter, ensuring they always see the same info as the host. (3/7)
1
0
6
Before, every state change we would sync all debugger UI data over the wire. This worked, but it added complexity—forcing the UI to track stack frames, modules, scopes, variables, active debug lines, and more. (2/7)
1
0
7
🚀 Debugger update! About 1.5 months ago, @PiotrOsiewicz joined @twanthedev and me to improve Zed’s debugger. We refactored almost everything, so the collab feature only requested the data it needed. We’re almost done—just missing some collab features. (1/7)
2
4
100
Just wanted to share some progress on the debugger implementation that @Twanthedev and I are making for the @zeddotdev editor👀
10
4
94
Linux when? Linux now. 🎉🐧 For the last 6 months, our team and our open source community have been working hard to bring Zed to Linux. As of today, we've released our first, official, stable build of Zed on Linux! https://t.co/WbptRrpkQw
245
838
6K
🚀 Introducing Zed v0.140! Untether yourself from the internet and collaborate with local models in the assistant with new support for @ollama. Enable it in your settings.json file via: "assistant": { "version": "1", "provider": { "name": "ollama", } }
27
50
728
🚀 Introducing Zed v0.138! Indent guides have been added to better visualize your code structure.
21
18
620