Bart Versteeg

Results 6 comments of Bart Versteeg

Larry Tesler will probably roll in his grave. But in all seriousness. like @IllusionMH mentions this is caused by https://code.visualstudio.com/updates/v1_96#_paste-with-imports-for-javascript-and-typescript In my opinion, this feature should definitely not be enabled...

> This should be a feature rather than a bug because if a replacement value cannot be found and `allowUnresolved` is true, the template string will be used, which is...

> [@bmjhversteeg](https://github.com/bmjhversteeg) maybe try optional chaining and then `filter` for nil values in the array? Good suggestion, I didn't even think about optional chaining! I almost thought this solved it,...

> But then it definitely is a bug for `{{= tasks?.A?.outputs?.result }}` to always be nil. Found a related issue from 2 years ago: https://github.com/argoproj/argo-workflows/issues/11549

Maybe it helps anybody who is still trying to deal with the issue above: instead of trying to use optional chaining, it does work to check 'outputs' presence in the...

Encountered the same problem with the latest version, node processes hang indefinitely on Windows, not even a `process.exit(0)` will make it quit. Downgrading to 3.2.0 for now.