Aart van Baren

Results 333 comments of Aart van Baren

> For includeAllVersions=trueand unspecified extensionVersion, all API versions so far, including the original, return the latest version not at position [0]. In my tests, those occur in position [2]. >...

> Should not "latest" point to a non-next version? `latest` is now the absolute latest version, pre-release or not. The change was made here: https://github.com/eclipse/openvsx/pull/419 as a response to https://github.com/eclipse/openvsx/pull/410#issuecomment-1034831850....

> I see. But how can the "latest" entry show up at [2] then (in https://github.com/eclipse/openvsx/commit/3388130615bdbfe04dc103d20ce4df0181b8010d)? If that is just a side effect of, say, parallelism in filling the gitpod...

I tried to test S3 storage. I exported `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_REGION` and `AWS_BUCKET`. Ran `./scripts/generate-properties.sh` and then `./gradlew runServer` I got the following exception: ``` org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with...

@marshallwalker It looks like the unit tests also need to be fixed. Please add the S3 Service to the list of `@MockBean` at the top of the test classes where...

@felipecrs PR #437 adds the ability for contributors to view extensions that are part of the namespace. As a contributor you can't view (or edit) the members of a namespace....

@felipecrs PR #437 is running in production.

@amtadev How are CefSharp and libfreetype6 2.9.1-3+deb10u1 related?

@TwitchBronBron You've had this issue with ovsx 0.3.0 (or earlier)?

Thanks @TwitchBronBron I diffed versions `0.2.0` and `0.2.1` The main difference is that in version `0.2.1` the `ExtensionProcessor` starts reading properties from the *.vsixmanifest XML file (instead of package.json) and...