Martin Lowe
Martin Lowe
Leaving this as a draft as the code is complete, but I need to figure out how to test this properly. Based the code on other typography elements that provide...
@spoenemann I tried to run a test locally, updating the openvsx-webui package with the lib + src folders from this package in the open-vsx.org repository. When I start the server...
> The trace points to this lne: > > https://github.com/eclipse/openvsx/blob/a9154dc61d4aa50b9e6c7fcf60f8c3827aa3047e/webui/src/utils.ts#L88 > > Maybe it would be a good idea to wrap that console output in a try-catch. When you use...
> Ok, but what is the actual error message here? I haven't found any in your description. Apologies! The message is as follows: > utils.ts:88 SyntaxError: Unexpected token < in...
> Ok that's probably an error returned by the server, e.g. the server returned an html document, but the frontend tried to parse it as JSON. You should look in...
> Ok that's because of the dev server configuration: > https://github.com/EclipseFdn/open-vsx.org/blob/9e5d75ac5754ee22976bab34f8ae71b1a4b0e1f7/website/dev/server/index.js#L22-L24 > > The MockRegistryService is supposed to return hard-coded data instead of sending server requests. It does that by...
> The MockRegistryService should override this and return hard-coded data: > https://github.com/EclipseFdn/open-vsx.org/blob/9e5d75ac5754ee22976bab34f8ae71b1a4b0e1f7/website/dev/mock-service.ts#L27 > > I don't know why that isn't happening, setting breakpoints might help. Are you able to reproduce...
@dearrudam I've created a separate issue to keep the threads distinct and issues scoped to one topic :) If you ever need media assets, feel free to create issues like...
@sesalibi @meKokabi please see thread. There was a request for some media share assets/badges for the Portuguese 2023 event
In the future, we might want to add a resources page to the main site section (outside of the events). This way we can maintain multiple resources for the site,...