Yohann

Results 7 comments of Yohann

Thank you, I made the modification, that's way more elegant ! Unfortunately it didn't solve my problem as the error remains. Do you personally use another type of pattern than...

Ah, good to know ! Not fixing the issue though 😜 Updated example: ```wdl version 1.1 struct MyStruct { String prop1 Boolean prop2 } task Task1 { input {} command...

Hey @MaxHalford, any news about implementing this nice feature ? Thanks :) !

Any update about WDL 1.1 support ?

Same for me :( I'm currently using a simple regex but it's very flimsy as it can't validate all the iso8601 patterns: ``` iso8601_regex = r'^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|[+-]\d{2}:\d{2})$' model = api.model('Model', {...

I have made a reproducible example (albeit a bit bigger than needed) if you want to play with it: https://stackblitz.com/edit/sveltejs-kit-template-default-1fsbnb