Heikki Hellgren

Results 377 comments of Heikki Hellgren

Missing changeset + API report updates

@ydayagi no I cannot do that, it's either @mareklibra @Rugvip or @freben

Hm. It's not a major release for starters. Also not sure if the naming convention is understandable as there are no docs. Maybe also there could be other filters included...

@ydayagi you mean **you** don't have a use case for those filters? Backstage is a framework and should be developed as such.

This destroys the `EntityPicker` when having a large number of entities in the catalog. See #25340 Ping @freben @acierto and @awanlin

Thanks for the feedback! There's already the js formatter which can basically format JSON: https://github.com/drodil/backstage-plugin-toolbox/blob/main/plugins%2Ftoolbox%2Fsrc%2Fcomponents%2FFormatters%2FJSBeautify.tsx For XML, the HTML formatter should work?

Maybe it could be enough to change the name of the tools to `JS /JSON formatter` and `HTML/XML formatter`. By the way, one reason for making this plugin is to...

Hi, thanks for the report! The tool is using `sql-formatter` library (https://github.com/sql-formatter-org/sql-formatter) to do the formatting. Maybe this should be reported there or check if there's any open issues about...

Good idea, and why not support all the other languages quicktype supports. The tool could be called `Type generator` or something. It should be quite straightforward to implement, see here:...

Good idea but probably this requires to expand this with a backend plugin.