Zed
@zed.dev
12 months ago Zed is currently the 7th-most popular Rust repository on GitHub:
github.com/EvanLi/Githu...
💬 1
♻️ 0
❤️ 6
Zed is currently the 7th-most popular Rust repository on GitHub:
github.com/EvanLi/Githu... We just hit 60k GitHub ⭐s! 🎉
And here's a _very_ early demo of installing a preview of the Tuist iOS app ... from the new Tuist iOS app. How meta is that? 😄
Wouldn't it be great if you could do things like install Tuist previews directly from an iOS app?
That's exactly why Tuist is coming to iOS. We can't be more excited about finally having an app. And of course, it will be open source, so anyone can contribute 🍎
community.tuist.dev/t/kicking-of... We've fixed the outage. Edit predictions and agent panel requests should be working properly again. Please let us know if any other networking issues pop up!
Breaking down a codebase into modules can be key for scaling development efforts. Yet, without proper tools, it might become pretty expensive. Qonto navigated this path and shared how Tuist plays a role in meeting the speed that the business needs.
medium.com/@yassine.gh... I absolutely love when organizations open up about their journey with Tuist. Recently, Qonto, which has been utilizing Tuist for a while, shared a blog post detailing their choice to implement it and their experience throughout the process: medium.com/@yassine.gh... We're currently experiencing outages affecting some users working with edit predictions and agent panel requests. Resolving this as quickly as possible is our top priority.
status.zed.dev Still not sure what the best tool for modularization is? Qonto decided to go with Tuist and in this article, they share how they came to that decision and what their experience has been 👇
medium.com/@yassine.gha... Meeting developers where they are 🙃. Although insights are generated from the build environment, bringing them closer to where developers spend their time, like GitHub, is crucial.
I really enjoyed this book (in Spanish). It made me think deeply about how business narratives often mask realities and interests. It also highlights how absolute numbers or percentages can lead you to believe something different.
capitanswing.com/libros/pesc... fully bought into leader key as an application launcher, it's so fast and muscle-memory'y github.com/mikker/Leade... "Cheating" latency by preloading pages that users hover over for longer than 65 ms is a pretty smart way to make loads _feel_ instant without being too wasteful: instant.page we have a postgres -> PlanetScale import tools that are ready for release soon. if you want some while glove help using them while we test, email me: s@planetscale.com
I feel really good about the foundations we're building - as the codebase grows, it feels *easier* to implement new features, not harder.
Wouldn't it be great if you would get the bundle size difference directly in your PR?
With the new Tuist GitHub app, you can catch regressions in your bundle size _before_ they even get into your main branch.
Here's how to get started: docs.tuist.dev/en/guides/de... Note that `pyrefly` is in active development, so there may be missing features and bugs.
Happy 🐍 coding!
github.com/facebook/pyr... To install and configure:
1. Install pyrefly: `uv tool install pyrefly`
2. Install extension: command palette > `zed: extensions` > filter to `pyrefly` > `install`
3. Configure Zed settings:
```json
"languages": {
"Python": {
"language_servers": ["pyrefly"]
}
}
``` We landed a Zed extension for `pyrefly`, Facebook's new Python language server written in Rust. "Type check over 1.85 million lines of code per second" and receive other goodies, like go-to-definition.
While Flux gives access to many standard APIs to access your data, it is not always clear which methods are right for a given application. Matt will dive into building real-world web applications using different Flux APIs to create rich experiences and discuss best practices.
Register bit.ly/4mCCRSW for our upcoming webinar to learn about the different APIs available with Flux and how they can be used to build interactive and informative web applications for weather data products. Gracias Pol for the mention 😀
so does this mean that Open VSX and VSCodeium are unnecessary because the marketplace is accessible by forks?