Taras Mankovski

Results 225 comments of Taras Mankovski

I don't know either, but I want to figure out how to make it happen. @freben how attached are you to the JSON Schema implementation that we have today? If...

I've been keeping my eye on https://github.com/aws/jsii/ for a while. This could be used to generate clients in different languages. Ok, I'm thinking that the first step could be to...

Sounds good. What is the $placeholder work? I'm not familiar with it.

We’ll need to try a POC to see if it’ll work. I’ll keep you posted

https://github.com/backstage/backstage/pull/13690 has a workaround using placeholders. I'm going to keep this issue open to keep track of this because I'm not sure if the placeholder solution is going to address...

It might be, but we need to be able to pass additional data to pre-populate the form. With `useNativate`, we can pass a state object, but ideally that state would...

It sounds like we have a plan, 1. Export `selectedTemplateRouteRef` from [here](https://github.com/backstage/backstage/blob/2a7a21e9c5a7947bdbf34f5f56410d01750c83f6/plugins/scaffolder/src/routes.ts#L44) 2. Allow `selectedTemplateRouteRef` ref to accept a parameters that will be encoded json blob in `?=formData=` query parameter...

For now, we can just show an example of how to serialize formData parameter. Should I create another feature request to expand the Ref API to accept a constructor function...

@Gahamelas you should not have any difficulty using two different git clients. Both of these tools are quite specific in their approach to make using git easier. It sounds like...

We recently hit this problem trying to use GraphQL Modules with Deno. We'd love to help with this if possible.