Miro Spönemann

Results 314 comments of Miro Spönemann

I agree it would be great to add more authentication methods and make that configurable via Spring properties. That shouldn't be too hard since we're based on Spring Boot. But...

Ok that's a strange case. The extension declares that it wants a light theme, hence the dark text color: https://github.com/launchdarkly/ld-vscode/blob/6a2d9d62253464a122064a031222ef210ed81ec6/package.json#L269 However, it does not specify any background color (`galleryBanner.color`), hence...

> Would it be possible to limit the amount of versions that the /api/-/query endpoint returns? For example, the [vscode.hlsl](https://open-vsx.org/api/-/query?extensionId=vscode.hlsl&includeAllVersions=true) extension has 457 versions. Yes, see also https://github.com/eclipse-theia/theia/issues/10538. We should...

We need to evaluate whether paging would really improve the situation from the perspective of Theia. @msujew WDYT?

@noraj `https://open-vsx.org/vscode/gallery` is a POST endpoint, so you won't see anything with a web browser. But you can open the _Network_ tab in the developer tools of VS Code to...

The description in the readme assumes that you create a workspace with Gitpod as mentioned at the beginning of the [Development section](https://github.com/eclipse/openvsx#development). If you want to work on your local...

You can see the username/password for PostgreSQL here: https://github.com/eclipse/openvsx/blob/a9154dc61d4aa50b9e6c7fcf60f8c3827aa3047e/server/src/dev/resources/application.yml#L7-L10 Elasticsearch should be running without authentication. In the Gitpod environment it is started with this command: https://github.com/eclipse/openvsx/blob/a9154dc61d4aa50b9e6c7fcf60f8c3827aa3047e/.gitpod.yml#L38

Hi! Currently there's no way to change a published extension, so you'd have to republish under a new namespace. Removing the older extension seems dangerous as others might still depend...

What do you mean by "free"? Section 3.e of the [Publisher Agreement](https://open-vsx.org/publisher-agreement-v1.0#section-3-submission%2C-approval%2C-and-publication-of-offerings.) says > You expressly acknowledge that neither Eclipse nor any licensee or end-user of any of your Offerings...

Ok, but the boundary is quite unclear then. Some would regard only GPL-licensed extensions as free. Others would accept [OSI-approved licenses](https://opensource.org/licenses). And then there are licenses that give you lots...