Matthias Van Parijs
Matthias Van Parijs
Reading `babel-macros` and I bumped upon the following statement which confirms my gut feeling: > Explicit is often a better pattern than implicit because it requires others to understand how...
@d-pollard I'll have a play with this really soon, I have a few idea's that I'd like to verify whether they work or not. As long as I can't hook...
I'll probably default to rem and have the user define a unit in the babel config if needed.
Wouldn't this work, assuming I'm not missing the point. ```javascript function usePrevState(value) { const ref = useRef(); useEffect(() => { ref.current = value; }, [value]); return ref.current; } const [value,...
At first sight, something seems misconfigured on the encoder. The segment size seems way off:  I've also noticed it takes about 30s until a ~35Mb segment is fetched, which...
@mash-graz Did you eventually figure out what was up here with the stream?
At the moment, there is no possibility to alter the config before it gets used to initialize HLS.js. It seems adding a `HLSJS_PREPARE` event would make sense, the event data...
Ok, thank you for the info. I'd be happy to accept a PR with the implementation described above if you need it real quick. If not, I'll provide a PR...
The configuration above is merely a wrapper around shaka. At the moment, it does not wrap clearkey configuration, but I'd be happy to accept a PR for this. The sample...
Fair point, once it becomes unmanageable due to a large amount of translations, it totally makes sense to separate these.