Rhys

Results 73 comments of Rhys

Does the file selection give you an option to `Show Local`? Does that work? It sounds like you can workaround the issue for now by moving the file over. There...

Closing for inactivity, feel free to reopen if there's more information.

Hi @hasyee When editing a document and saving, we run `findOneAndReplace` Here's where it is in the code: https://github.com/mongodb-js/vscode/blob/f99da1ffdf486c6c5a29c3d7c7e0fc6db652f9fd/src/editors/mongoDBDocumentService.ts#L93 Which MongoDB version are you on? Testing this myself I see...

Hi @ingokofler - this sounds like a valid use case. I don't think there's a way to disable it at the moment. Here's where we show it in our code:...

Looks like some related test failures around how we used to open the menu and click refresh to perform this action: https://github.com/mongodb-js/compass/blob/870460f23a78a4721518195d994198281098198b/packages/compass-e2e-tests/tests/instance-sidebar.test.ts#L241 @betsybutton let us know if you'd like someone...

Created https://github.com/mongodb-js/compass/pull/7065

Hi @glucaci - thanks for opening the pr! We've been chatting about this as a team, and our inclination is to make it so that anytime the editor is opened...

Removed the child process usage. We now use the worker thread directly. Trying it out in Compass now. Let me know if this is what you had in mind @mabaasit...

Going to freeze this for the time being. The main remaining issue is a matter of fixing or working around how tabbable interacts with elements in jsdom in our tests...

Added a workaround for the tabbable DOM API issue. Created a ticket for a future fix: COMPASS-7713 added todos in those spots too.