Eric Sampson

Results 107 comments of Eric Sampson

See also here for a discussion of where async Drop could be very useful to solve an existing problem: https://internals.rust-lang.org/t/async-await-the-challenges-besides-syntax-cancellation/10287/2

This looks very promising, I'm definitely going to follow up on it. One thing I'd really like to see is AsyncAPI integration. I'd like to be able to host our...

> @jaredpar wrote:This proposal essentially adds shallow immutability to `class` types. That is a `readonly class` cannot be directly mutated after construction but is not deeply immutable because it can...

I think the Magic DNS search domain needs to be added to the machine after installing the OS version, right?

Thoughts @djrosanova ?

It would probably be a lot closer to use a localhost AMQP1.0 broker for the mock @PureKrome ? Unless you were already thinking of the AMQP1.0 support in RabbitMQ server....

Ryan wrote: > I might also be the first person to notice this, so I figured it was worth a discussion 🤷 I do remember someone else mentioning this in...

How would people envision these closed enums getting serialized to JSON (say by STJ) ? My first gut reaction would be as string versions of the declared names, with options...

ok thanks! the OpenTelemetry metrics spec has stabilized by now so it should be doable. Not sure if and when i’ll have time, but i just wanted to make sure...