Jerko Steiner
Jerko Steiner
@franciscoreis that's almost exactly what I ended up doing in my fork: https://github.com/jeremija/simple-peer/commit/f3eaec5ab28c582e31eef08b324707aa87403b0a
Hi all, I hope you don't mind me posting my thoughts on this topic. I've been thinking about this a lot in the past few days since I've discovered this...
Hi @goto-bus-stop, I'm afraid I don't have a public example at the moment, but I'll do my best to describe my experience. I have a TypeScript library and a main...
I just added a sample repo here: https://github.com/jeremija/lerna-ts-example. Instructions provided in `README.md`. **EDIT** I just realized that there is an easier way to do this in TypeScript, without the need...
I have a similar problem when using [express-prom-bundle](https://github.com/jochen-schweizer/express-prom-bundle) and running my supertest tests via `mocha --watch` for the second time: ``` Error: A metric with the name up has already...
I think the spec is also pretty specific about some situations when the inbound connections need to be dropped. I think currently we'll accept any TCP connection with the right...
We should also provide a way to figure out which network type is currently in use by an ICE Agent. For example, there's no need for having a Jitter Buffer...
Those are all very good points! > How would the client know when this information becomes invalid and must be recomputed? Can it only change when ICE transitions to the...
Thanks for your reply! I'm pretty new to `fuse-box`, trying to see if it makes sense to migrate from `browserify`. What do I need to do to make this work?...
Thank you, will try using the `pluginReplace`. I think it's worth noting that bundlers such as [browserify][1] and [webpack][2] provide an easy way to include the polyfills of core modules....