Fredrik Adelöw
Fredrik Adelöw
To me, just reusing `configure` could be fine (if moving the server creation to be above it). If someone wants to get started with a PR, we could keep discussing...
We discussed this briefly among the maintainers. Would someone be up for implementing: - Move everything server _creation_ but _not the start command_ before `configure` - Pass in the server...
> Maybe this is getting off topic. But should the server be a service, or maybe it gets resolved from the lifecycles? So if you opened into a lifecycle it...
We don't really know where they are used, since they can be consumed anywhere out there by people depending on the package. But good catch, they are truly identical which...
@kinnyk2 there are many MANY tables throughout backstage and its many plugins. :) And several filter concepts. Could you provide a screenshot and/or or a link on https://demo.backstage.io that show...
A potentially interesting side note - create-plugin actually explicitly [runs a `yarn lint --fix`](https://github.com/backstage/backstage/blob/74a2ae2c23b77404da2d634080769514e14ae11c/packages/cli/src/commands/create-plugin/createPlugin.ts#L160) as part of creation! I wonder if that type of thing could make sense in the...
esm only https://github.com/SBoudrias/Inquirer.js/releases/tag/inquirer%409.0.0 https://github.com/backstage/backstage/pull/23114
That static endpoint is meant to be served using cookie based auth. The browser fetches resources from there directly (no raw `fetch` calls involved or so), so bearer tokens to...
Because you are binding `rest.put`, not `rest.post`
remember also to make changesets when you're done.