Results 20 issues of RS

The TLS WG is proposing to update the interop version with a new draft that would target cfrg-hpke-draft-08, and hopefully eliminate churn there. I think it would be best to...

In #318, there's a test client that uses trust-dns to pull this data from DNS and then hand over the bytes for parsing by rustls. I think that's the right...

In looking at the intermittent BoGo failures in #573, I began to suspect data races or uninitialized reads in either Rustls, BoGo, or BoringSSL. I tried Go's data race detection...

I noticed this with https://github.com/facebook/yoga ``` filegroup( name = "yoga_hdrs", srcs = glob( [ "pod_support/Headers/Public/**/*.h" ], exclude_directories = 1 ), visibility = [ "//visibility:public" ] ) gen_module_map( "yoga", "yoga_module_map", "yoga",...

I wrote a tweet parser with Pest here: https://github.com/sayrer/twitter-text/blob/master/parser/src/twitter_text.pest It was a good experience, but two small things would have helped a lot. 1) Support for a parse() method that...

enhancement
pest

java.lang.RuntimeException: INTERNAL COMPILER ERROR. Please report this problem. ``` ERROR: Program threw uncaught exception with args: JsCompiler --checks_only --incremental_check_mode CHECK_IJS --warning_level VERBOSE --jscomp_off reportUnknownTypes --language_in ECMASCRIPT_2017 --language_out ECMASCRIPT5 --js_output_file bazel-out/k8-fastbuild/bin/protobufs/closure_lib_google_typecheck...

I'm building a script to download bazelisk, and it would be nice to have sha256 hashes accompanying each release binary. Similar to https://github.com/linkerd/linkerd2/releases/tag/edge-21.6.3.

type: feature request
P2

I was initially mislead by README content that says: "Building native extensions in gems with Bazel" is not yet supported. Is non-gem support for native extensions documented somewhere? I eventually...

help wanted
rule::examples

The preface currently says: ``` Therefore for new protocols and formats, as well as existing formats deployed in new contexts, this specification requires (and defines) the UTF-8 encoding... ``` A...