Pete Davids

Results 11 comments of Pete Davids

@ianlancetaylor I'm not completely sure I understand what Gerrit is trying to tell me... are you reviewing this change?

perhaps this should be a separate issue, but is there also no support for instructing the camera to _take_ a snapshot? i would like to schedule a daily snapshot; i...

> Do you have examples of when you run into this problem? Is it developers forgetting to add a `\n` to log messages, or does something else cause the problem?...

until recently, i was able to go in the UI and manually apply the updates that terraform was failing to apply, which was annoying but sufficed to keep our applies...

i'm on `1.0.0-rc.0` this seems like it might be related to https://github.com/open-telemetry/opentelemetry-js/issues/3279#issuecomment-1279381947, but to be honest im not totally sure i understand that issue. i'm not really looking for `a...

ah sorry for the delay @Flarna -- super helpful context. i have the same SDK dependencies as @oliverswitzer, but haven't attempted an upgrade. it seems that https://github.com/open-telemetry/opentelemetry-js/pull/3134 was reverted, so...

which timestamp bug will be fixed in 1.8.0? sounds like there are a couple: - 1.6 and earlier: inaccurate span start/end timestamps caused by `performance.timeOrigin` being wrong sometimes/in certain browsers...

Gotcha. Sounds like the best avenue for now is to provide explicit start and end times using `Date.now()` whenever possible. I think it makes sense to leave this issue open;...

ah interesting -- worth a separate issue? that sounds like a pretty easy fix, maybe i could just do that one

ah fair enough -- ill raise the issue and see where it goes!