Connor Sullivan

Results 62 comments of Connor Sullivan

_Was just scrolling through the issues._ +1 to the generic nature. Does "enhance insight" offer an alternative term? (From the thread, it seemed the term "observability" gave some pause, and...

FWIW, since my original comment, I have seen and heard more references to the term **observability**. To provide another industry reference, I found a [Google dev ops article on observability...

Nice! Let me re-ask one of my questions hidden in my musings ๐Ÿ˜… Do the speaker/sound gitmojis (๐Ÿ”Š and ๐Ÿ”‡) refer explicitly to logs (and not metrics)? Or - no...

Thanks for clarifying! @sylvanaar - Do you have any new thoughts to add here? And thoughts on holding out for XRay emoji? (I really like using XRay as @meg-gutshall mentioned....

I came across this issue today (thanks for the detailed commentary!) when hitting the "single hyphen" case myself. Do you know how we "ask GitHub" to clarify their table spec?...

A couple points as I have hit this issue. 1. **Context**: Defining `Connection`, `Edge`, etc as part of Relay-style pagination 1. **Motivation**: My `Node` type has union with error results...

> If I had to guess, I suspect that the parser being used doesn't expect parens in mixin params. @dwighthouse - thanks for this observation. I ran into this problem...

I had the same issue (upgrade AJV broke TypeScript compilation). It seems that this matches #13, which #15 fixed a couple years ago. The above solutions worked: uninstall `ajv-formats` and...

My current workaround whenever I updated `ajv` ``` npm un ajv-formats && npm i ajv-formats ``` This often installs the same version of `ajv-formats` (because its version did not change),...

@jlandure - which emojis/icons do you use for metrics and/or tracing? My main interest was finding the best one for metrics, but tracing definitely relates.