Andre Wanlin
Andre Wanlin
@thenets, your comments are valid, and ideally you should not need to check the `next` docs unless you are looking at new features that have only been released as part...
@eliassal, I don't think `corepack` is the issue, does that VM have limited CPU? If it does then the `yarn dev` script might be the issue. You could try adding...
Apologies @eliassal, I was heading out the door when I replied and had hoped you would read the include link as it has all the details. In your root `packages.json`...
Awesome @eliassal, the latest version of Backstage that came out yesterday - `1.33.0` - supports Node 22. So it should work for you now based on the fact that you...
Hi @drodil, I was going to merge this as it's been triple approved but seems the CI is not passing, prettier is unhappy. Can you give it a look, please?
Sorry, I was too slow with this and conflicts got in again :(
Hi @deejay1, that's just the example app for this repo and not what gets used when generating a Backstage instance using `npx @backstage/create-app@latest` - that would be what's here: https://github.com/backstage/backstage/blob/56becbfb19b85361c43707a6553615fa1e16a360/packages/create-app/templates/default-app/packages/app/src/App.tsx#L67
Sure! I've assigned it to you @Ghaby-X 👍
Hi @ScottGuymer, I did the initial review of this plugin when it was submitted and I tottaly missed the fact there was a `ThemeProvider` wrapping the entire page: https://github.com/backstage/community-plugins/blob/7c68b0002c895f547b8304e404ca2bd83a6f345a/workspaces/copilot/plugins/copilot/src/components/Pages/CopilotPage.tsx#L56 The...
@aramissennyeydd @Parsifal-M - what do you think about this? I did try the plugin I mentioned but had issues with it, maybe one of you could give it a look?