Eli Mallon
Eli Mallon
I looked into this a little bit more and it does seem like the only change necessary would be to add SRT (and potentially a TLS library like mbedtls) to...
I'd love this as well.
(@marczeller I didn't really know what the "move issue" button did. Guess it did this! ¯\\_(ツ)_/¯ You're welcome to keep using this ticket or to close and re-open if you'd...
Oh hey, didn't know this had a ticket already — I filed https://github.com/livepeer/go-livepeer/issues/1367 in February, as well as https://github.com/livepeer/go-livepeer/issues/1365 for Homebrew. I think we're pretty close to this now that...
Possible for this to happen this happen sometime in the next couple of weeks? It'd be useful for me as I look through server logs to know what version of...
@larkin-nz Turning this on made `fetch()` inside the container stop working for me. ``` TypeError: First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object. ``` I do...
Hmm. Just tossing a single `setTimeout(() => {}, 0)` into an existing worker script seems to not break, but actually relying on a top-level timeout to do anything doesn't seem...
This looks solid! > I also don't know how Cloudflare are generating the cursors they use (e.g. `6Ck1la0VxJ0djhidm1MdX2FyD`), so I've been using the index of the (ordered) map, which seems...
I dunno, I kinda like the default behavior — you don't get access to stdout/stderr in your Cloudflare workers either, so you'll want to have proper error handling in place...
The way [vm2](https://github.com/patriksimek/vm2) handles this is with Proxies — I don't know all the details but this apparently allows them to muck around around with the internals enough to get...