Tim
Tim
The empty message was intentional, as all the information is in the annotations. Was it breaking something for you?
Not bad, but my only nit pick is that it makes the stream of logs quite repetitive, as the message adds no value.
Yes currently. I'll merge this, as I think adding a message will be useful for cloud dashboards when filtering.
Tried out the regional idea: https://github.com/Effect-TS/effect/pull/2259/files
I think deep equality is something worth pursuing, as a beginner will likely expect Equal.equals to also check the `metadata` object in this example: ```ts import { Data } from...
I think decorators could be nice, you could use them for both classes and the other apis from what I recall. I remember trying to use them when trying out...
Fixed in https://github.com/Effect-TS/effect/pull/2206
We could look at moving the cli ConfigFile module to platform: https://github.com/Effect-TS/effect/blob/main/packages/cli/test/ConfigFile.test.ts#L13
Looks like they solve different problems. Config files vs Config file trees. We could add support for both.
Are you able to give some more context? Are metric tags / labels not what you want?