Akshay Patil

Results 7 comments of Akshay Patil

Awesome work! What wasn't clear to me was how do I drag a file that is present inside a Folder out of it. Basically the opposite of dragging and dropping...

Created an issue on the exact-trie that you own. Commenting it here, since that is a dependency of this library. As an Amazonian, you'd know the InfoSec restrictions considering the...

No probs! Yes noticed that..thank you for the prompt change!

Awesome, thank you. Looking forward to it.

``` const globeEl = useRef(); const video = useRef(); useEffect(() => { //Get your video element: video.current.onloadeddata = function () { video.current.play(); }; //Create your video texture: const videoTexture =...