Fredrik Adelöw

Results 619 comments of Fredrik Adelöw

I made a stab at making an `--old` file that's not in the sidebar but can be linked to. https://github.com/backstage/backstage/pull/24154

The "nuclear" option is to make your own `EntityLayout` entirely. If we were to add this as a feature into the builtin entity layout, it'd probably be in the form...

I'll give it a look again. Just needs a fresh yarn.lock first

Tables are super finicky... Can't really set an unbounded width on something like a description column, you invariably end up with that column gobbling up almost the full table size...

Hi, very sorry but it seems I did some overlapping work with yours. See https://github.com/backstage/backstage/pull/24595 - I would like to keep that one if you don't mind - could you...

No you were OK, no real problem, just doing things a bit differently. What happened was rather that I just had a way too big review queue and missed that...

WIP branch: https://github.com/backstage/backstage/tree/freben/tasks-plugin-api

Discussion ongoing about what our package/export structure should be with all this

Are you deployed behind a reverse proxy like for example oauth2proxy? Could it be configured to inject authorization headers of its own? We've seen some cases like that, where an...

"It" is the browser here, making a request to a backend plugin (catalog), am I understanding that correctly?