Joey Parrish
Joey Parrish
It sounds like you want something similar to this: https://github.com/google/shaka-player/blob/0943c80ce8098ad04ae3546454bdb63c1fee560a/ui/range_element.js#L207-L241 You should try to refactor that method and reuse some of those calculations, rather than trying to recreate the formula.
@nafees87n, it sounds like something is off, but I don't know what. Two pieces of advice: 1. You shouldn't just copy that code. You should refactor it instead. Code duplication...
That makes sense. We're already in that boat in general with Karma+Jasmine, and it doesn't concern me. I wouldn't require you to officially support any of our weird platforms. I...
This might not be the best successor to Karma for us, based on conversation in #51. So we will drop this issue and continue the search elsewhere. Thanks for your...
If this is not something you want in jasmine-browser-runner, it might not be the best successor to Karma for us. We will continue the search. Thanks for your time!
Losing Jasmine and moving to something like Mocha will be relatively minor. A lot of annoying search-and-replace, but not much serious development. Losing the ability to test across our entire...
Hi! Sorry for the delay. I haven't had time to review this yet, but we appreciate your efforts! I will do some testing with our own WebOS device in the...
See also https://github.com/google/shaka-player/issues/1330#issuecomment-384092100
Could this be an issue with the docker image instead? Have you tried the debugging instructions at https://github.com/SeleniumHQ/docker-selenium#troubleshooting ?
I am helping to manage the community a bit on a volunteer basis, but leaving project direction mostly to @cosmin. There is no official Packager team at Google these days,...