Olivier Lange

Results 13 comments of Olivier Lange

I probably have the same issue: I can't fetch from any of my _GitHub Wiki repositories_ with _GitHub Desktop v1.2.3_ for Mac OSX High Sierra, nothing happens when I click...

I opened IFCjs/web-ifc-viewer#188 a few minutes ago and discovered this one afterwards. I guess both are intermingled. This comment to cross-reference both.

Some sort of guarantee on custom element lifecycle order of events https://github.com/w3c/webcomponents/issues/737: [customElements.whenDefined()](https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/whenDefined) ``` class ElementOne extends HTMLElement { async connectedCallback() { await customElements.whenDefined(ElementTwo.localName) } } ``` or use [Mutation...

hi @ayacoub1, @matteo-pupa, @mrestrepoj10. I stumbled onto this issue in a cooldown cycle, while reviewing the PRs; sorry for the late answer. You don't need to pay anything to use...

Again, thanks for your interest and sorry for the annoyance of the deployment on GHP. Some background info * We did not deploy on NPM.js, because this project is not...

A thing to note: current implementation of [@opentelemetry/instrumentation-document-load](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/4514522e57a862b880df9c43b606f2ea21def942/plugins/web/opentelemetry-instrumentation-document-load/src/instrumentation.ts#L96-L101) [1] only extracts the _traceparent header_ from a `` element in document ``; it won't retrieve it from the request headers. Example...

Hi all, Following our conversation [Initiating Tracetest from the browser](https://discord.com/channels/884464549347074049/1107249931737124884/1110570652584390688) initiated on Discord a few weeks ago in the `#tracetest-general` channel and the [Deep Link feature (#2745)](https://github.com/kubeshop/tracetest/issues/2745) you newly developed,...

## The difficult parts of tracing from the front-end … having no back-end and being an OpenTelemetry n00b ⟵ I thought I would learn at doing, but I did not...

Also reported in #12649.

The reason for which I want `web-ifc-three` **v0.0.122** (instead of v0.0.118) is because `web-ifc-three` brings in `web-ifc` **v0.0.36**, which might solve an issue I'm having with `web-ifc` v0.0.35 at loading...