Seth Falco

Results 325 comments of Seth Falco

I've just tested using [Adblock Plus](https://chrome.google.com/webstore/detail/adblock-plus-free-ad-bloc/cfhdojbkjhnklbpkdaibdccddilifddb?hl=fr) on Chromium, but same results as above. Both in the editor view, and unauthenticated public view, the Social tab appears to look perfectly fine...

Unfortunately, not all themes are updated to support the latest version of JSON Schema. I'm reviewing this atm to see if we can get them all updated, or forked if...

I'd probably call it "Delete Document…" instead of "Drop Document" to match how MongoDB refers to deleting documents in the documentation. I'm not sure what the best UX is, but...

> or we could provide a setting in our extension's settings to disable these notifications. I'd favor this option too! I'd be happy to implement it myself later today and...

> the green leaf icon I'm relatively new to this extension, so I can't say I know what this is referring to. I'm aware that the extension contributes a status...

Can you please check the value of the `config.mdb.showMongoDBConnectionExplorer` setting? I just checked the extension's code, it looks like the view/commands might not be available when that's disabled. If it's...

Either: * File → Preferences → Settings (Menu navigation via mouse.) * `ALT` + `F`, `P`, `S` (Menu navigation via keyboard.) * `CTRL` + `,` (Keyboard shortcut to access settings.)

I ran the following: ```sh docker run -it -p 27017:27017 mongo ``` ![image](https://user-images.githubusercontent.com/22801583/171123340-4fa70a91-7ea9-4ac6-8f33-5be33efdd34b.png) I can confirm all the following work: * `mongodb://0.0.0.0:27017/?readPreference=primary&ssl=false` * `mongodb://127.0.0.1:27017/?readPreference=primary&ssl=false` * `mongodb://localhost:27017/?readPreference=primary&ssl=false`

I noticed you merged one of my PRs! Just wanted to apologize for putting off these 2 that are still pending some work before they're ready to be reviewed. I'll...

Just adding notes for when another maintainer can comment on this. 🤔 I don't know how things work globally, but normally, individuals only have 1 job title, unless they actually...