Patrice Chalin

Results 823 comments of Patrice Chalin

I'm progressing (very) slowly towards supporting versions: - #4499 Much work needs to be done before then, so I'm not making any promises. @svrnm et al. - maybe we can...

Thanks, I appreciate the time you put into investigating this. I can't recall the reason why I made the shortcode an HTML file (other than it mainly contains only HTML...

Nice! Thanks @thompson-tomo. I'll get back to you as soon as I can (it's a very busy EOM).

> The one thing which i am not sure on is if the aliases in [resource-and-entities.md](https://github.com/open-telemetry/semantic-conventions/pull/2971/files#diff-45c6c3aee5d1ce4f912148cf9efc0f39984b2c4c8f67f806bd99d6ce263dac21) are still valid. If not we could switch to a redirect Yes the alias...

FYI, I haven't had the time to look into this more, but in support of #1821 and https://github.com/open-telemetry/opentelemetry.io/issues/6101. We probably will need to have a `title` field in the front...

> Build issue due to current toc generator having known issues with front matter syntax & isn't mantained. Will need to be addressed by switching to https://www.npmjs.com/package/doctoc OMG, the last...

Hmm. Ok, maybe another tool then. (Creating a markdownlint rule to handle tocs might be a fun project ;))

Btw, if you still need to massage the files, rathr than awk & sed, I'd suggest using Perl because it is more portable across OSs and container environments in my...

@jsuereth et al. - we can generate the machine-reable format (maybe in YAML given that the schemas are in YAML) on the OTel website side, from the list of schemas...

@jsuereth, @tigrannajaryan, @open-telemetry/specs-semconv-approvers, et al. - here's an implementation of the schema list in YAML: - https://github.com/open-telemetry/opentelemetry.io/pull/3537 Is this the format you wanted?