Hrithik Tiwari

Results 6 comments of Hrithik Tiwari

I'm facing the same issue on rive: ^0.10.1 ``` bash: warning: setlocale: LC_ALL: cannot change locale (nb_NO.UTF-8) Launching lib/main.dart on sdk gphone64 x86 64 in debug mode... bash: warning: setlocale:...

was able to fix by going to src/bit-systems/video-system.ts to networkedVideoQuery() and adding a 'return' after getting src because src is null for hls video ``` const src = APP.getString(NetworkedVideo.src[eid])!; console.log("the...

when I console.log(NetworkedVideo.src) it's an Uint8Array

@keianhzo @Exairnous I'm interested to contribute on this issue

@keianhzo @Exairnous I'm interested to work on this issue

@matthewbcool I tried creating a page for the first time, probably there would be some mistakes or need correction please let me know :D