Jon Gjengset

Results 692 comments of Jon Gjengset

Hi there! Channel binding would be a fairly substantial addition to the crate, and I'm not in a position to take on that work at the moment. I know @dequbed...

Hmm, maybe, though it's unclear to me how much it helps on this crate since we do not check in the `Cargo.lock` file. We may want to run something like...

@weihanglo Asked if I could provide some context for why I've needed this as well. At $work, we enforce, among other things, that Rust crates always start with a particular...

Oh, yes, absolutely, that'd be awesome! cc @hawkw

I don't think it needs to be quite as strict, but some guidelines/best practices I think would help a lot. Might also encourage some more interface uniformity in the ecosystem.

Can you rebase onto master?

Oh, I just pushed a change that re-adds the Miri isolation to make debugging easier. But I suppose we may have to re-disable it for this :thinking:

Ah, yes, let's do that instead! I'd rather keep Miri's isolation if we can :+1:

It's arguably something that could be fixed in `membarriers` actually — consider Miri a platform that doesn't support other barrier types.

That's awesome! I'd still like to see this land, and I believe the change is pretty much good as-is and would just need a rebase + an update to the...