Fredrik Adelöw
Fredrik Adelöw
If you find something that can be improved in the OSS script, we'd of course love to see it too :)
I think we're generally open and grateful for the help investigating and suggesting a fix. I know that the IconComponent was added quite some time back because of similar type...
I've been poking at this for a bit. This does not work: ```ts export type IconComponent = ComponentType< | { fontSize?: 'large' | 'small' | 'default' | 'inherit'; } |...
Alright, attempted to make a PR that takes away the old font size option.
Am I understanding it right that even if the immediate refresh wasn't there, users would have a suddenly expired session after a while, and a broken Backstage experience? Just out...
Did you still do the `yarn --cwd packages/backend add @backstage/plugin-jenkins-backend`? That's required for both the old and new systems. Nothing interesting in the backend logs during startup and/or when visiting...
The build error is likely due to the scaffolder not shutting down cleanly in tests. Will have to look into enabling the graceful shutdown feature in tests, or something similar...
Hm there's lots of commented out stuff in here. Can you go through the diff visually and clean it up a bit so that it's in more of a final...
Reopened for consideration but I'm still hesitant if this should be a feature in this particular way.
Fixed by https://github.com/backstage/backstage/pull/26235