Josh Holmer
Josh Holmer
I'm also curious why this was closed as completed, as it does not seem to be implemented. The blog post @bittelc linked seems to imply the developers do not think...
Interestingly, it seems some work was done to implement this a year ago in https://github.com/zed-industries/zed/pull/10329, but all calls to the `semantic_index` crate appear to have been removed at some point...
Do you know which one is correct?
I suspected something similar as well. A fix would be very important. In the meantime, there are a couple of workarounds: - Use `--chunk-method bestsource`, this has a slow indexing...
I already have an implementation for this for Vapoursynth sources, I would need to port it to av1an. Though there are a couple of hiccups: - Users who are using...
Hmm, that's a good point about the Rustc version. I'll leave it up to whatever you decide, whether you want to merge or hold off on this.
I'd like to work on this, since this is a feature I'd really like to have. On top of this, would it be a consideration to have increasing log levels...
I have a basic cross-database POC. Things that still need to be done: 1. Format the SQL queries, this means writing a SQL formatter library in Rust. I couldn't find...
The queries seem to come in as the user inputted them. Which may be reasonably formatted or may be all on one line, depending on how the user chose to...
Would you mind also bumping the version in av1an-core's Cargo.toml? Thanks.