David Meushar

Results 11 comments of David Meushar

@TunaYagci Can you please post your fixed version?

@armab I also saw this relevant issue: [#4488](https://github.com/StackStorm/st2/issues/4488) I'm not sure from where to start. For example I got: ``` Semantic error at paths./api/v1/executions/{id}/re_run.post.parameters.1.schema.properties.tasks Schemas with 'type: array', require a...

@armab Agreed. Very good prespective thanks! Just been thinking that users will probably want a single endpoint to call and get a sync response as stated [here](https://forum.stackstorm.com/t/is-it-possible-to-execute-an-action-synchronously-with-the-api/99). I see what...

@koxudaxi No just like the native way. for: ``` schemas: ObjSummary: type: object properties: id: type: string description: 'A unique id' example: 5e7c6cf54b832e0018f191ad source: type: string description: The name of...

> I have guessed the contents is OpenAPI correct > I'm implementing a parser of paths that is for OpenAPI. #438 I'll check it out 10x

@koxudaxi Is there some flag I should use? What is the exact command sample?

Reproduced in my end: Created a subnet with empty organization field (null). `curl -X POST "/api/v1/ipam/subnet/" -H "Authorization: Bearer some token" -d "subnet=10.0.0.0/24&organization="` And tried deleting it: `curl -X DELETE...

> Not an expert on this, but I think the idea is that you'd leverage the `onOpenChange` property on the `ActionMenu`, rather than trying to catch the click on the...

> Hey! Can confirm that the `onClick` is overwritten. Can classify as bug. > > Out of curiosity, what are you planning to do in the onClick handler? I want...

> 👋 @DavidMeu, this came up in the prioritisation call today. Can I get some context around what you are working on, that will help us if we need to...