Hacker News new | past | comments | ask | show | jobs | submit | swlkr's comments login

I also use helix and i've been getting some mileage out of aider, the cli tool. Confusing name, as I don't believe aider is affiliated with aide


do you know of helix exposes the LSP APIs all the way to the editor .. if it does doing the integration should be trivial


im fairly sure helix-gpt does this, though i haven't tried it


reading the code for helix-gpt over here https://github.com/leona/helix-gpt/blob/2a047347968e63ca55e2... looks like the architecture for the extension is based around getting the diagnostic event and then passing that along to the chat.

The readme also talks about how LSP services are not exposed properly yet, my takeaway is that its not complete yet..but surely doable


will do, it definitely needs some documentation tlc


It really is, axum is great by itself, but it's always nice to have a few nice-to-haves on top


It also has a db! macro that lets you write sql and it maps it to rust structs and fns, I've made some improvements to the macro here https://github.com/swlkr/static_sqlite


This is awesome, well done


rust and ryde (my own framework on top of axum and rusqlite)


I'm the same way, it's one of the reasons I use helix, even for non rust dev


We are humans but to HR, we're human resources.


If they stuck with a scheme syntax, it would have been easier to make it a compiler target.

We might have had web assembly earlier


Rails really is the premiere framework for web development speed


rails for work, axum for side projects


How are you liking Axum? I also use it, after switching from Actix Web.


A little trait heavy, but overall it's ok! I like the extractors, didn't at first but I learned to love them.

Middleware::from_fn was a life saver in the current version, middleware was kind of annoying before that was added.

Would prefer something more like graphul but haven't given it a shot yet.


Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: