Mark Avery
Mark Avery
@SergeAstapov So it seems we need a different workflow that can be triggered which will run the "release" and commit the newly created tag. It will be much easier to...
**Describe the bug** I followed the "quick start" guide and am attempting to load a spec in the browser and getting a "path.join is not a function". Is only server-side...
For node 18 compatibility Fixes #321 Node 18 pipelines specifically require the end event to be emitted and handled before the close event is. I tried a test with a...
After the v1 api update, there is not type definition yet released for that. Should look into that, and want to create a binder here to there for that work....
**Describe the bug** yaml and yml tend to be interchangeable in most YAML implementations (like docker compose proper). However, the `docker-compose.yaml` in the `.docker` directory explicitly needs to have the...
I think I boilded it down to this.. https://github.com/thefrontside/playhouse/blob/460162e16c2c5d6569037a4ca0bfa56990a446c4/plugins/graphql-backend-module-catalog/src/relationDirectiveMapper.ts#L140-L142 which it seems should not just be testing `!entity` cause with the loading function. https://github.com/thefrontside/playhouse/blob/460162e16c2c5d6569037a4ca0bfa56990a446c4/plugins/graphql-backend-module-catalog/src/entitiesLoadFn.ts#L28-L33 that maybe it should be testing...
## Hey, I just made a Pull Request! Added a `onPluginModuleBootFailure` following the pattern of the `onPluginBootFailure`. This allows an indivdual module to fail without the whole plugin failing. Also...
window.navigation was used to help with reducing lost changes through notification. [23b72aa](https://github.com/drodil/backstage-plugin-qeta/commit/23b72aa44ffc6d1094d6de272f831992554837ca#r156150156) This is still [not supported ](https://developer.mozilla.org/en-US/docs/Web/API/Navigation_API#browser_compatibility)in [Firefox](https://bugzilla.mozilla.org/show_bug.cgi?id=1777171) and Safari, and we could not fined a good polyfil for...