NightlySide
NightlySide
I tried to get the error stack.. however expo keeps telling me "no stack" whatsoever
Well nevermind I found a way to get the error stack: The error stack (a bit verbose sorry) ```python 04-20 07:18:38.802 517 1400 I ActivityTaskManager: START u0 {flg=0xc080000 cmp=host.exp.exponent/.experience.ExperienceActivity (has...
I tried to run js-waku with vitejs and snowpack, both with polyfills however none of them worked except from webpack.. Maybe this is linked to the fact it doesn't work...
I made a new poc for fast iteration and gathering my notes : https://github.com/NightlySide/Waku-ReactNative-Expo-PoC Right now I guess `rn-nodeify` can be removed. It currently lacks two things (that I know...
Did you find a workaround?
It seems that the piece of code raising the error is the following one: https://github.com/alfg/mp4-rust/blob/56cc260a5c103c66167f3c330be09da0b3e431ac/src/track.rs#L526-L535
Ok I fixed it.. The issue is the fact the forest only accept strings or float64 as inputs
This is the next thing I tried with the folllowing code : ```rust let file = File::open(path).expect("error opening file"); let metadata = file.metadata().unwrap(); let size = metadata.len(); let buf =...
Yes, sorry there is the file : [videoplayback.zip](https://github.com/probablykasper/redlux/files/7832972/videoplayback.zip) And the line 23 is the one where I'm creating the decoder : ```rust let decoder = redlux::Decoder::new_mpeg4(buf, size).unwrap(); ``` I'd be...
Hello! I'm glad you liked the song 😅 What bums me is the fact that this file is what come directly from youtube when making a request to their player...