Jonathan Wilbur
Jonathan Wilbur
Oh, and if timing information helps, each of the "STUN" requests happen about 500ms apart.
I found this in the logs `MESSAGE Stun packet of length 20 sent on rtcp for session`
@t8m I fixed the merge conflicts introduced from merging in the `roleSpecCertIdentifier` X.509v3 extension, so this is ready for review again. @nhorman would you be interested in joining?
All feedback addresses. This PR is ready for review again.
@t8m and @nhorman can I get a review on this?
@nhorman Would you be free to review this?
Here is the entire content of the output of `./apps/openssl x509 -in ./test/certs/ext-attributeDescriptor.pem -noout -text` with this PR. @FdaSilvaYY hopefully this assuages your concern. I do visually check my PRs...
> What about the empty line after the `UnboundedDirectoryString` line? Is that intentional? Yes, that was intentional. That field is expected to contain newlines of its own sometimes, so I...
That's not what TypeScript requires. What I get in `index.js` when I compile this myself is: ```ts export {}; ``` What JSR is doing is not TypeScript behavior. It's fine--although...
Okay, well that looks like that would fix my problem, but in that case, _this_ is the issue: 