Jason Lee (@huacnlee) 's Twitter Profile
Jason Lee

@huacnlee

Be a rakish programmer.

ID: 14347537

linkhttps://longbridge.com calendar_today10-04-2008 01:53:46

17,17K Tweet

7,7K Followers

385 Following

Zed (@zeddotdev) 's Twitter Profile Photo

The world's fastest AI code editor is here Zed is engineered from scratch in Rust like a video game. Not another fork, but a purpose-built editor designed for collaboration between humans and AI, delivering a lightning fast agentic editing experience. zed.dev/blog/fastest-a…

Jason Lee (@huacnlee) 's Twitter Profile Photo

Made an Input mask. github.com/longbridge/gpu… But it feels like there are too many details and the workload is much more than I expected.

Zed (@zeddotdev) 's Twitter Profile Photo

This week we're launching the beta program for our long awaited debugger. If you want to join, you can sign up here: zed.dev/debugger. We'll email you once you're in.

This week we're launching the beta program for our long awaited debugger. If you want to join, you can sign up here: zed.dev/debugger. We'll email you once you're in.
Jason Lee (@huacnlee) 's Twitter Profile Photo

A simple Code Editor to GPUI Component, for JUST highlighting. For our project to write some indicator code for stock chart. Base on Syntect to do full text highlight, then apply to GPUI TextStyle. As a Code Editor, there still have a long way to go. github.com/longbridge/gpu…

A simple Code Editor to GPUI Component, for JUST highlighting.

For our project to write some indicator code for stock chart.

Base on Syntect to do full text highlight, then apply to GPUI TextStyle.

As a Code Editor, there still have a long way to go.
github.com/longbridge/gpu…
Jason Lee (@huacnlee) 's Twitter Profile Photo

This is someone made by Google Codelab to add a Postman example to GPUI Component. I just fixed some syntax error spend about 10 min, then get this result. github.com/longbridge/gpu…

This is someone made by Google Codelab to add a Postman example to GPUI Component.

I just fixed some syntax error spend about 10 min, then get this result.

github.com/longbridge/gpu…
Jason Lee (@huacnlee) 's Twitter Profile Photo

🚀Chart Component Now Available in GPUI Component! With Area, Bar, Line, Pie charts to to help you visualize data. Or if you want to customize your own, we also provided lower level APIs. Open source and free for all GPUI applications. github.com/longbridge/gpu…

🚀Chart Component Now Available in GPUI Component!

With Area, Bar, Line, Pie charts to to help you visualize data.

Or if you want to customize your own, we also provided lower level APIs.

Open source and free for all GPUI applications.

github.com/longbridge/gpu…
Jason Lee (@huacnlee) 's Twitter Profile Photo

GPUI Component 已经引入了 Chart 支持。 这个是从我们项目中剥离出来的通用实现。 没有 HTML,全是 Native 渲染,包含 Area, Bar, Line, Pie 等已经包装好的组件可以直接使用,同时还有低级 API 用于自定义。