Andrew Thauer

Results 82 comments of Andrew Thauer

I tried out https://github.com/bee-travels/openapi-comment-parser recently and it will generate the openapi spec through JSDoc comments. It's still manual, but the spec ends up being right right above the code. I...

For slightly different reasons, we also noticed the `CostInsightsApi` interface contains react types which seems problematic. We have been building out a backend plugin that serves as both the collector...

> @andrewthauer We have exactly same journey. Currently I am thinking about something similar to `EntitySwitch`. I am not sure how to make types safe and whether I will have...

This seems to relate to #3217 as well. I've experimented by not using the default widget cards directly on the overview page. When it detects the plugin isn't applicable it...

I would love to see this as well. A few thoughts: - It's a bit odd the empty state is not displayed inside a card. That means they stick out...

We ended up adding `page_view` events by adding a `useGoogleAnalytics` hook that in turn uses `useLocation` changes from `react-router`. Had to rework this recently due to the `FlatRoute` changes. It's...

> Hi, I was wondering if anyone has any updates on this? it looks like the current implementation only tracks each initial hit to the Backstage site but doesn't report...

Question - With this design how do you envision something like `fromIni` working for local testing (eg. with SSO)? Meaning locally you use ini but in prod it's using the...

@clareliguori - Thanks for confirming! I'm still getting used to the v3 API changes. I also realized recently that the SSO flow works better in v3 and not really at...

A variation on this could be to add `CatalogKindPicker` which is just another filter type, etc. and then just make the header a header/label. Possibly having the header update it's...