Alter extension warning for `super_user`
See original GitHub issueWhen one goes to an extension page published by a user who isn’t the verified publisher of a namespace, you get this scary warning message:
I like the banner, it is awesome for motivating authors to verify their namespaces and make Open VSX a better marketplace for all. I think putting it everywhere is a bit too much though, because:
- Companies such as Microsoft will never publish to Open VSX, so it would be better to remove this banner for these ones, because I don’t think it’s a good thing our biggest extension,
ms-python.python
, is filled with warnings. - The
super_user
account (@open-vsx for open-vsx.org) only publishes extensions which are reviewed by me and the team to make sure we aren’t publishing some malicious fork. It’s only open-source extensions and our extensions manifest is transparent about that.
I’d love to start a discussion about this here and would love to hear any ideas 😃.
Issue Analytics
- State:
- Created a year ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Turn off change file extension warning in Windows 7
You cannot disable the file extension warning message. It has this design to ensure the user's safety from modifying the files accidentally.
Read more >Postgresql unable to alter role to superuser - Stack Overflow
InsufficientPrivilege: permission denied to create extension "pg_trgm" HINT: Must be superuser to create this extension.
Read more >Create extension query fails in Postrges connection for any ...
I'm wondering can these executeQuery calls be wrapped into a try-catch block and print some kind of warning message about required extensions in ......
Read more >Add a requirements warning in Drupal 9 when PostgreSQL is ...
Extensions on PostgreSQL can only be created by a database user with superuser privileges. The current warning will be replaced by an error ......
Read more >Postgresql database cluster enable extension - DigitalOcean
ERROR: permission denied to create extension "insert_username" HINT: Must be superuser to create this extension. SQL state: 42501.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll like this idea, as it’s simple 👍 , I think playing with namespace ownership will add too complexity and bugs
isVerified
where if the user is a privileged user, then it’s always verfied.