Andy Damevin
Andy Damevin
The idea is to move from Quarkus + NodeJS to "Quarkus + npm-compatible apps". NodeJS being a server, could be confusing to users. Description: Develop, build, and serve your npm-compatible...
I'm experiencing some screen jumping due to the delay between appending stashed pages and buffer size update. Could you explain me why you use a single buffer instead of keeping...
**Description** - Add the relevant data to /api/extensions - Display extensions as read only when incompatible with the selection - Add a tooltip in the incompatible extensions explaining why they...
This would greatly improve the User xp on mobile and allow to search across the whole catalog. relates to https://github.com/quarkusio/code.quarkus.io/issues/890
@aloubyansky @gastaldi is this info already part of the registry/platform?
**Description** Allow to use streams that are not visible in the list or the api "on demand" with some cache.
**Description** [see title]
Topics - get the list of extension - generate an app - get streams and do the above with a specific stream - where to submit an issue in case...
**Description** Currently we are using undertow to rewrite the url from /d?.. to /api/download?.. https://github.com/quarkusio/code.quarkus.io/blob/main/api/src/main/resources/META-INF/undertow-handlers.conf#L1 We should now use vertx or resteasy to do that so we can remove the...