Andrew Eisenberg

Results 289 comments of Andrew Eisenberg

From the looks of things, my initial thought is that data is being sent while the websocket is in the process of being torn down. Have you tried ensuring that...

Seems to me that the library could add a process.exit listener and ensure proper shutdown of any open websockets before the process is closed. Or there might be some other...

What was the quick query you ran, on what database? And is this problem reproducible? I just briefly tried to run a quick query myself and could not reproduce. The...

It sounds like you are asking for 3 separate and related features here: * [ ] Ability to run query suite files from inside the IDE. This will require a...

Not yet. To run query suites, I suggest using the cli directly.

Thanks for the bug report. I can reproduce. This looks like an error in the query server.

Does this work if you restart vscode after adding the database?

Yes, that's not a reasonable solution. Just wanted to know if the state was persistent.

Perhaps this isn't possible, but could you always return both asts? They could be created as two top level nodes and the user would be able to see both at...

Yes. Good points. Not sure my suggestion makes sense.