Eshan

Results 11 issues of Eshan

After running ```.\setup_dependencies.bat``` . It says ![Screenshot 2021-10-21 155917](https://user-images.githubusercontent.com/60269431/138260345-9597cb7e-b4c5-4d58-bfda-7e9b7ca4fac6.png) Then when I run ```.\build_msvc.bat```. I am getting this error. ![Screenshot 2021-10-21 160106](https://user-images.githubusercontent.com/60269431/138260580-69015d57-21ba-43a9-9ec6-98966f06b0fe.png) I am new to adding and using libraries...

Addition of move constructor ```cpp T(T&& obj): data(std::move(obj.data)) { obj.data = nullptr } // enables the resources owned by an rvalue object to be moved into an lvalue without copying...

Sometimes, When I go in Show Project Files fuzzy finder, up and down navigations is not working. Steps for replication: `cmd+p` fuzzy find try and navigate up and down I...

defect
file finder

when using alias `SELECT COUNT(*) as count from mytable` it responds with multiple objects

For more context, as we progress on https://github.com/parseablehq/parseable/pull/656 we need to add testing of ingestors and querier modes per PR.

Update the architecture to use tokio tasks instead of threads [Tokio Docs](https://docs.rs/tokio/latest/tokio/task/index.html) Edit: add documentation link

enhancement
triage
server

Hi, I was trying to setup inlay hints for rust. I called the setup function like so. I expected the parameters not to be shown, as I set the `parameter.show`...