Taras Mankovski
Taras Mankovski
Animations slow down tests and can lead to flakiness. In attempt to avoid problems caused by animations lead developers trying to stub out the animation library. This can complicate the...
### Reasons for making this change We want to show the form in two columns when viewing on wider screens. If your PR is non-trivial and you'd like to schedule...
## Context One of our clients has a lot of templates that have similar steps and configurations. They would like some way of specifying a baseline template or a way...
## Context One of our clients has many scaffolder templates. They use templates as a starting point for activities on their platform. The list of templates is getting very long,...
## Context An organization that I'm working with is considering adopting Backstage as their developer portal. One of the hard(ish) requirements that they have is that all services that we...
Fixes #6 ## Motivation While doing the tutorial, I found that flux couldn't connect to my repository even though my ssh key was set up correctly. I noticed that version...
I have a cancel button in an edit view and I'd like to cancel all changes when that button is pressed. Do I manipulate the session or the model to...
## Failing module - **GitHub**: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity - **npm**: https://npmjs.com/package/@azure/identity ```js import { something } from "https://esm.sh/@azure/[email protected]" ``` ## Error message I got this: ``` import "/error.js?type=unsupported-node-builtin-module&name=child_process&importer=@azure/[email protected]"; ``` ## Additional info...
### 🔖 Feature description We need a way to created Scaffolder workflows that includes actions that may span days. There are a bunch of use cases that need this, for...
Backstage relies on [git-url-parse](https://github.com/IonicaBizau/git-url-parse) to parse URLs. This library has a [bug](https://github.com/IonicaBizau/git-url-parse/issues/104) that causes it to incorrectly parse URLs that point to branches with forward slashes in them. ## Expected...