Charles d'Avernas
Charles d'Avernas
@tsurdilo No, we do not want to use our own format. I don't recall the ISO, but `{HH}:{MM}:{SS}` is perfectly standard. It's not a runtime issue, as the duration must...
> I know that the suggested format does not support concepts such as days, weeks, months, etc., but in most case it won't come of use and damage the readability...
@ricardozanini sounds good to me!
+1000 Very good point! To work around that, in Synapse I had to inject the iteration param into the state data, then invoke the action pipeline, then prune it out....
@fjtirado Shouldn't that issue be closed, as it was merged by #683?
@ricardozanini IMHO there's a strong need to enforce semver: cross compatibility across runtimes, which is what SW aims for. Otherwise, as Jb said, it's gonna be a total chaos, with...
Bad example: K8s uses semver ;) (like github, gitlab, knative, argo, etc.)And versions you supplied are valid semver suffixes.
@ricardozanini yeah, `alpha` alone is indeed invalid, but it's a valid suffix: `1.0.0-alpha` for example. And yeah, I feel you man, I likewise used single then four digits versions a...
I'm working on it, PR should be ready by Monday;)
@fjtirado Funny, I had the exact same proposal, as I started coding Synapse's resource server at the end of last week. Wanted to bring it up in today's meeting, but...