Patrice Chalin

Results 417 issues of Patrice Chalin

For example, consider the following: https://github.com/open-telemetry/opentelemetry.io/blob/7e86a7f26ff4e8094286cccf48c3026e1bc44011/content/en/vendors/_index.md?plain=1#L7-L14 Notice how the `` contains a ``, which isn't permitted. There are more such occurrences, search for `

bug
e0-minutes
p2-medium

There's been a similar problem before, see: - https://github.com/alecthomas/chroma/issues/507 - https://github.com/gohugoio/hugo/issues/8532 Visit https://opentelemetry.io/docs/instrumentation/net/netframework/, notice the `_` in `_tracerProvider` is highlighted differently: > The entire identifier should be highlighted the same,...

bug
p3-low
upstream

_Originally posted by @chalin in https://github.com/open-telemetry/opentelemetry.io/issues/1147#issuecomment-1050066265_ > I'd suggest that we merge this as is. I can then followup with a PR that distributes this comment to the Java, NodeJS...

e0-minutes
p3-low
p2-medium

@bobstrecansky @cartermp: might it also make sense to migrate the integration pages under [PHP repo `docs`](https://github.com/open-telemetry/opentelemetry-php/tree/main/docs) here too? - https://github.com/open-telemetry/opentelemetry-php/blob/main/docs/laravel-integration.md - https://github.com/open-telemetry/opentelemetry-php/blob/main/docs/symfony-integration.md

- PHP part of #833 - [x] Update PHP submodule - #1155, somewhat of a formality since `website_docs` hasn't been updated since our last update of the submodule. - [x]...

We need a consistent naming convention for doc file names. I suggest adopting [kebab-case] over [other cases], [snake_case] in particular. In particular note that we have some **Getting started** pages...

CI/infra
e1-hours
p2-medium
cleanup/refactoring

`godownloader` has been deprecated: for details, see https://github.com/goreleaser/godownloader/issues/207. It isn't clear to me what the alternative is, but I wanted to open this issue since `godownloader` is the main recommended...

bug

@LisaFC et all: are you aware of any reason why blog pages don't contain "last mod" info like regular doc pages do? Some context: - `_default`: https://github.com/google/docsy/blob/519930cf0d642c37941b74a25361e743165f94bc/layouts/_default/content.html#L19 - The blog...

We need to ensure that versions of dependencies remain in sync across installation options, namely: - Hugo modules - NPM packages - CDN

dependencies
e0-minutes
e1-hours
module
p1-high