Jakub Buczak
Jakub Buczak
Both in schema and values Vue-formulate is using JSON-based nested structures. I would expect errors to be handled in the same way instead/besides current dot-notation. I know that Laravel is...
What do you think about adding editing possibilities to ANSI view? The biggest issue is to change view back to plain text, since now it's done by simply reverting history.
In these lines we are replacing unsupported ANSI codes: https://github.com/aziz/SublimeANSI/blob/3e49dc6531177e0fcdf27c9e5dd225d8d86865ed/ansi.py#L149-L153 Is is necessary? We remove them later, during looking for ANSI colour codes this replacement shouldn't change much. Am I...
Description: When we open file in new view (File > New view into file) The 2nd view isn't formatted. Changing syntax affects both views syntax, but only in one ANSI...
### Motivation Improve performance of creating workflows with complex templateRef structure. During template validation k8s API is called for each templateRef. For complex workflows with many refs it creates huge...