Jarch09
Jarch09
To make opentracing compatible with opentelemetry, we should be using http Headers. Here's the relevant code in the opentracing shim for opentelemetry: https://github.com/open-telemetry/opentelemetry-go/blob/main/bridge/opentracing/bridge.go#L646 Making this change keeps `machinery` compatible with...
Changes proposed: - adds `isNested: bool` (optional) prop, which gives you the option of not removing the modal backdrop. **Why?** This enables Russian doll nesting, so you can have multiple...
Hi, See below a few ideas - let me know what you think... **Typescript Definitions** What do the maintainers think about moving the typescript definitions for react-tooltip to this repo?...
This adds the ability to directly render protobufs as JSON and bind to / unmarshal JSON payloads as protobufs. Adds: ```go func (c *Context) ProtoJSON(code int, obj any) { c.Render(code,...