Josh Triplett

Results 576 comments of Josh Triplett

libnice (mentioned above) does seem like it'd provide all the support needed to establish a direct connection through NAT.

I would love to have this. One of the major problems with authenticator apps on phones is the device getting lost or broken; many of those apps intentionally don't transfer...

@waldyrious Still "aims", just slowly. :) Thanks for the mention.

I *do* think that it's worth separating out two separate considerations here, as a few people have suggested. We want to support building and installing CLI tools and all the...

@epage > Is packaging for a distribution usually handled upstream or within distribution community? I worry that there are a lot of constraints and requirements in trying to cover this...

Yes, feel free.

You don't need permission to go from public domain to MIT, no. And in particular, while it's *polite* to ask contributors and get consensus, you certainly don't need to rewrite...

Following up on this: several existing bits of documentation showing how to use ProviderConfig give examples that build a connector with `https_only`, and those examples will fail for this reason:...

Rough solution sketch: Add a trait `HasErrorKind`, with an associated type `Kind` and a method `kind()` returning that asociated type. Modify `codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/generators/error/CombinedErrorGenerator.kt` to generate an `impl HasErrorKind` for each error...