Tomasz Naumowicz

Results 12 issues of Tomasz Naumowicz

When connecting to an Azure-based account, the cluster’s firewall might be blocking the connection, preventing successful access. This work item aims to improve user awareness of firewall-related issues and, if...

NoSQL

When attempting to connect to an unreachable (non-existent) host, the connection attempt hangs indefinitely. There is no timeout, and the user has no way to abort the process. ### Steps...

enhancement
NoSQL

When a new container is created, a user is being asked for: - the container name ✅ - the first partition key ✅ - the second partition key ⚠️ -...

P2
enhancement
NoSQL

# Error Node Caching for Improved User Experience Currently, an error tree node (`TreeElement`) will be generated, for example in case of incorrect credentials or connectivity issues. On any TreeView...

enhancement

The current implementation has evolved and some usage patters can now be seen. Simplify the WebView API, especially around the `webview registry` that seems to be obsolete.

engineering

Not as wild as this one: https://github.com/microsoft/PowerToys/issues/new/choose but, it's the first step :) **Bug Report** **Feature Request**

In our **migration demo branch** ([link](https://github.com/microsoft/vscode-cosmosdb/tree/dev/migration/development)), we noticed that a **Fluent UI 9 text area** does not correctly adapt to style changes. Specifically, its **background remains white** instead of following...

investigate

I noticed a potential naming issue that might cause issues in the future when assigning commands to contextValues etc. ```js contextValue: createContextValue(['treeitem.mongocluster', this.mongoCluster.dbExperience?.api ?? '']) ``` In case of `api`...

This is a follow-up to PR https://github.com/microsoft/vscode-cosmosdb/pull/2520 The current implementation provides a function that a webview can call to display error messages via tRPC support. However, there are two areas...