hungnb94

Results 6 comments of hungnb94

You need to import VideoRangeSlider as module. And then modify setRangeIndex function like below ``` public void setRangeIndex(long leftIndex, long rightIndex) { if (indexOutOfRange(leftIndex, rightIndex)) { throw new IllegalArgumentException( "Thumb...

> There is also wrong variable name in the example. Should be: > > ```diff > -fastify.register(fastifySchedulePlugin); > +fastify.register(fastifySchedule); > ``` You're right. I'm going to update PR now.

> @hungnb94, the unit tests in this repo use `ready()` and they appear okay. Could you clarify on the issue, maybe with an example? Thanks! You can check branch dev...