Ben Lambert
Ben Lambert
@hardfist the PR above is using rspack with docusaurus. Feel free to dig around on that branch and fork to run some tests. The logs are also there too with...
@slorber i actually tried that in a previous commit and got the same issue. So to be honest Iβm not sure at this point whatβs causing it, if it actually...
@hardfist I tried to do this on the backstage repo for the docusaurus build but didn't seem to get any additional logs. I guess it's the `rspack build` command that...
@hardfist I would try and help here with a `trace.json` as our builds fails all of the time, and feels pretty good test environment. However, from what I can tell...
> does deadlock happens in backstage? if it's open source I can debug in your repo I'm not sure it's a deadlock, but it consistently fails every build and seems...
@LegendSebastianoL there's two ways to hide that button, you can either use the permissions framework to disable the button, and if the user doesn't have `catalogEntityCreatePermission` then it won't be...
@j1bulbul hey :wave: Please do go ahead and pick this up! The previous implementation replaced the existing `redis` provider with `valkey` but I think what we want to do is...
Hmm @LegendSebastianoL the setting of `undefined` should definitely work - I think it's a bug because I just tried it locally too, think that it's probably something to do with...
@Rugvip it looks like we still might need to fix the `undefined` default `routeRef` bindings. Or can you remember if there was a PR to fix this?
From https://github.com/backstage/backstage/issues/27337#issuecomment-2465012618 After chats with @Rugvip and @freben we think that config should win over code, as right now that's not the case. Happy for some contributions here to make...