Liam Dyer

Results 6 issues of Liam Dyer

THREE.js supports videos as textures using `` DOM elements as shown [here](https://threejs.org/docs/#api/en/textures/VideoTexture). Is it possible to do so with expo-three? I want to use it to dewarp 360 video.

I'm getting this error from my code: ``` 16/06/02 15:10:30 WARN Utils: Error serializing IFn sparkling.core$ftruthy_QMARK_$fn__3467@7ce0f591 java.io.NotSerializableException: clojure.lang.Delay ``` whenever I run `(spark/filter parse/error?)` on an RDD. The function in...

The PushCommand show here allows the parameter P to specify the passProps type but it's not parameterized similarly in ShowModalCommand. I would like to validate my props when using the...

I'm trying to get to grips with this library and build something and the documentation has overall been very good. What would be helpful is if instead of just stubbing...

I don't see any reason why in `sum` the type param `T` has to extend `object` for the non-number case: https://github.com/sodiray/radash/blob/069b26cdd7d62e6ac16a0ad3baa1c9abcca420bc/src/array.ts#L100 ```typescript export function sum( array: readonly T[], fn: (item:...

This is because `indices` is undefined for unbounded grids. That makes sense, but then maybe the constructor should be constrained by `FiniteGrid` so this can't happen?