GlareDB / glaredb

GlareDB: An analytics DBMS for distributed data
https://glaredb.com
GNU Affero General Public License v3.0
655 stars 38 forks source link

Chore(dx): Make py-glaredb crate a more pleasant development experience #1898

Open scsmithr opened 1 year ago

scsmithr commented 1 year ago

Description

Currently the dx has been noted as "not great" by a few people on the team.

For me, I'm running into:

universalmind303 commented 1 year ago

rust-analyzer is "working" but not actually displaying errors in my editor. I can go-to-def or even view function definitions, but I don't get errors to show up. This makes refactoring harder than it needs to be.

I'd love to see if you find a way to get this to work. Every py & js bindings crate i've worked in has had this issue & it drives me nuts.