Steve Coffman

Results 340 comments of Steve Coffman

As an alternative experiment, I locally forked the entire `suite` package to make a Go 1.25 `syncsuite` package, and only modified the end of`suite.go` file's last two lines of `func...

Thanks for writing up this report, and I'm sorry for any inconvenience this has caused. I would welcome a PR to address it so that you and others are no...

@ruslanjo Thanks for the reproducible example! This would make a great (currently failing) test case for a PR, and I would really appreciate it if you could contribute that, as...

Either! I would appreciate the failing test as a PR, but if you can contribute a fix, that would be even better.

Yeah, I was pretty sure this module was _not_ where this should be implemented, but wondered if there was another reasonable place within the oklog universe. 😅 For context, and...

BTW, You might also be interested in [`retrace`](https://github.com/jonjohnsonjr/retrace) and [`trot`](https://github.com/jonjohnsonjr/trot) and how Jon Johnson uses [otel.md](https://github.com/jonjohnsonjr/til/blob/main/post/otel.md) idiosyncratically, in a radically local way. > when would you ever care about lexicographical...

> [peterbourgon/trc](https://github.com/peterbourgon/trc) is a self-described "in-process request tracing" project which is very much adjacent to, if not totally compatible with, the stuff you've linked above.) 🤯 So cool! > So,...

Can you say more about this? A fair number of folks have attempted this, and it's had subtle problems in the past, so this makes me nervous.

This adds a new dependency to generated code, without an option to customize which decimal library to use, so I'm not sure if that's ideal, but it looks like this...

It looks like there are currently test failures: ``` === FAIL: graphql/executor TestExecutor/validates_operation/invalid_variables (0.00s) === FAIL: graphql/executor TestExecutor/validates_operation (0.00s) === FAIL: graphql/executor TestExecutor (0.00s) panic: assignment to entry in nil...