sole

Results 29 issues of sole

Not using `top` and `left` but `transform` properties, etc

Right now we're using semantic-release on Travis and it's producing issues such as #348. I'm starting to think that maybe a more reliable/explainable/debuggable solution is to have a sort of...

Right now the method `isTypeSupported` provides _some amount_ of media support detection, but developers might not be able to come up with all the possible combinations of codec and rate...

enhancement

Right now `MediaRecorder` can only encode in whatever format the browser can. This is at odds with building any kind of application with reproducible and expectable results - running the...

enhancement

Someone filed an issue complaining about aafm not working right in Ubuntu. Looking for where would that be coming from I found this fork of the project which is making...

Greg helped benchmark the slides to identify where the performance is going down the drain: "whenever you use the built-in geometry tools, it tends to have a nasty by-product of...

I just found out if you send a `{ fake: true }` with the rest of options in `getMedia` you get a fake video output--like if someone had accepted the...

The chat example uses a hardcoded 8080 port for communicating between discovered peers, but when registering the service we're indeed specifying which port we intend to listen to. The `discovered`...