Ben Lambert
Ben Lambert
Yep, agree with that. Let's only use `startCase` if the `key` is used as the last resort, otherwise just use the `ui:backstage.name` or `title` as is. Side note that we...
@stephenglass thanks for raising this PR! I think that this is one of many improvement PR's that have been raised over the last few weeks with regards to permissions. My...
@vinzscam can you take a peek throught this? :pray:
@drodil this https://github.com/backstage/backstage/issues/29349#issuecomment-2909039873 suggests as early as next week there will be movement in this space. We've been working on pulling everything together, so no promises, but let's see what...
Hey :wave: Yep, I think that this makes sense! I think that we should either be using the `EntityDisplayName` component which can unpick this for you like https://github.com/backstage/backstage/pull/22649, or we...
@Rugvip can you have a peek at this see if it makes sense?
@Rugvip could you take a peek at this too? Does this make sense now?
@elaine-mattos hey :wave: sorry I think we should have been a little more helpful here with the deprecation message. `ctx.logStream` is indeed deprecated, and the alternative is to wrap up...
Ah darn, I think we should have deprecated that too when we deprecated the `logStream` so that you pass in `logger` instance instead and create the log stream in the...
@billyatroadie `import { Writable } from 'stream'` I think should do it