benbro

Results 110 comments of benbro

Show an example of HTML you are trying to paste and fill in the rest of the info requested in the issue template.

Will this let me add the [DTLS-SRTP](https://tools.ietf.org/html/rfc5764) extension? Is it possible to dynamically change the server hello extension based on the client hello extension (SRTP_AEAD_AES_128_GCM or SRTP_AES128_CM_HMAC_SHA1_80)? ```erlang -define(USE_SRTP, 14)....

Can we have both? Official support for dtls-srtp with dynamic server response based on client hello and support for custom hello extensions?

Is there an update on support for the USE_SRTP extension or custom extensions?

Since Redis is going to support [Disque as a module](https://gist.github.com/antirez/a3787d538eec3db381a41654e214b31d), maybe Redis pub/sub can't be used for this?

Disque will be implemented as a [Redis module](https://gist.github.com/antirez/a3787d538eec3db381a41654e214b31d). Redis is going to [support TLS](https://github.com/antirez/redis/pull/4855).

Chrome removed the BBR experiment. > Cleanup: Removes unused BBR congestion controller. https://webrtc.googlesource.com/src.git/+/5c356bb9b159858d5dd6507773d3060202056b99

Do you plan to implement NADA or something else? Is there something to track?

Your code example has nothing to do with Quill. Please include a simple working example to show your issue.

You are trying to create a Blot that has an image and a caption and make the caption editable inline? How will the user add a new image? How will...