Raj

Results 48 comments of Raj

> since I kinda religiously stick to the mantra of not encrypting JWTs at all because there shouldn't be sensitive information inside the payload whatsoever. If this is the case,...

It's not finding the offsets properly. Recovering video is more simpler than recovering audio. Use a parser tool and see how the video sample offsets are implemented. There will always...

Using PenPot with chromium on FreeBSD 13.1 For some reason when zooming in, the computer instantly crashes and reboots. Using AMD Radeon RX 580. There is no docker on FreeBSD....

> Hello @magiruuvelvet > > Right now the application does not have hard dependency on docker. Docker is only used for development environment and is an option of deployment (our...

I'm getting the same error, how did you solve the issue? ``` /home/user/caffe/src/caffe/backend/device_program.cpp:410:23: error: explicit specialization of 'device_type_name' after instantiation string DeviceProgram::device_type_name() const { ^ /home/user/caffe/src/caffe/backend/device_program.cpp:240:30: note: implicit instantiation first...

Alright, I was able to fix the problem, all of the specializations were moved up, but right bellow the function template scope of line 240. Thanks. I'll clarify for those...

I have similar issue, it was able to recover few seconds of video when the video is about 20 mins.

The audio sample offsets are not properly aligned. There are thousands of audio samples for a 5 min video. It's more difficult to find audio samples. It could be done...

Thank You for your reply. Wow that is interesting. It makes sense why so many numerous different implementations did not work. I will try to give many information and see...