rektide

Results 118 comments of rektide
trafficstars

Don't the doesn't the [`parent_span_id`](https://github.com/census-instrumentation/opencensus-proto/blob/c5d48acbb2cb32687ca09177a313f5fcd47103fe/opencensus/proto/trace/trace.proto#L52) of a trace equal the `caller`? If we recurse up `parent_span_id`, don't we get to the proposed `originator`? What use of `method` makes [`name`](https://github.com/census-instrumentation/opencensus-proto/blob/c5d48acbb2cb32687ca09177a313f5fcd47103fe/opencensus/proto/trace/trace.proto#L62) not...

I'm seeing the original reported `The dependency target "gmock" of target "yarpl-tests" does not exist.` issue too. I'm on Debian/unstable. libgmock-dev & google-mock packages at version 1.8.1-3. Adding the suggested...

Hey sad day on the net as Microsoft immediately quickly caves the fuck under to these long-persisting turd-sandwiches & their cheap loser users-have-no-rights humanity-hating scum-shit. https://github.com/github/dmca/blob/master/2020/10/2020-10-23-RIAA.md This project was one...

> What that means that even if foreign-fetch was enabled a.io requesting foo.io and b.io requesting same foo.io will result in two different service worker instances that have access to...

Two pieces of *prior art* I'll tack on: The *Network Discovery Specification* used to have a means of doing MDNS discovery. It also did SSDP (which UPnP advertises on) and...

Hello. I started a Node.js Zipkin client/server project a bit back (& switched to using Uber's new Thrift library!), and have been very interested in the collision of tracing and...

The collector made it the furthest but between a holiday season and laying eyes on OpenTracing, traction fell away & I'm tempted to change tacts on it (very interested in...

this would be wonderful to have on the web. hopefully we can consider multi-pointer environments in doing this. already, a web page can use [Pointer Events interface's pointerId](https://www.w3.org/TR/pointerevents3/#pointerevent-interface) to understand...

Some existing examples of specs tackling discoverability: - **[Gamepad API](https://w3c.github.io/gamepad/#navigator-interface-extension)** enumerates gamepads with `getGamepads()` and exposes `gamepadconnected` and `gamepaddisconnected` events. - **[Media Capture and Streams](https://www.w3.org/TR/mediacapture-streams/#enumerating-devices)** has an `enumerateDevices()` that returns...

I'm not 100% on how best to insure the sequencing of the modal render happening then the focus occurring. That in particular could have better implementation possibilities than what I'm...