Brian P. Holt
Brian P. Holt
Using PostgreSQL 12.5 and Skunk 0.6.4, I get warnings about unknown completions for `ALTER DEFAULT PRIVILEGES` and `GRANT ROLE`. (Unlike #1234, these are not specific to Redshift.) I'll follow up...
When using Amazon Redshift with Skunk `v0.6.4`, we're getting `SkunkException: Just constructed an unknown completion 'SELECT'` messages logged after running `SELECT` queries. The modifications in `Completion` and `CommandComplete` are variations...
I propose adding two new types to the `TraceValue` ADT, which currently consists of https://github.com/typelevel/natchez/blob/fcc2c923d6cf8a1af6746fbb94fa77a11a2b5ced/modules/core/shared/src/main/scala/TraceValue.scala#L7-L15 These new types would support two use cases that would be a helpful bridge to...
I think it's misleading to record canceled spans using `StatusCode.UNSET`. [The spec says](https://opentelemetry.io/docs/concepts/signals/traces/#span-status) > The default value is Unset. A span status that is Unset means that the operation it...
I tried to verify one of the tags in this repo using the public key that signed it, but the key looks to be expired. Could you refresh it please?...
When running on Node `lts/jod` (currently v22.17.1), node emits this warning when ip4s is used: > [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. I...
I have a Lambda with an initialization `Resource` that (simplified) looks like this: ```scala for xray
Fixes #502. When I was going through this writing the `ContextPlatformSuite`s, I noticed that there are several other fields that are documented as nullable in the Java documentation. I'm not...
Supersedes #639, which seems abandoned.