frippe75

Results 16 comments of frippe75

Would this also enable TLS/SSL for Server side Web Sockets ?? Looked long and hard for that.... :-)

I'm unfortunately unqualified to get started on this but think it's really important to get it implemented since any PWA would require wss to function. Progressive Web Apps require https...

Back in old tracks. I guess this is the way forward? https://docs.simplefoc.com/generic_sensor

Made a small change adding a setter function. If you want me to do a PR please let me know a suiteable name of the function .. This is what...

The README only state that the APP KEY is needed. But what about the Bundle Identifier?? ![Screenshot_20220104-125924_DJI SDK Sample](https://user-images.githubusercontent.com/7848204/148056506-75f5d4e4-8c74-4ede-9e2c-cf59166c6019.jpg)

But solved this by creating an App with the same bundle name as used in the sample app and now the registration succeeds.

Not super friendly with all communication "encrypted" in Chinese :-)

I increased memory to allow for the full file to fit and ran again. Now I'm bumping into a "Streams too long" at 2GB. Could be a known issue https://github.com/PowerShell/PowerShell/issues/4129....

Feels like the Stream type in could be of the type MemoryStream: I think that was the issue faced in my linked issue above. 2GB seems to be the largest...

Maybe look at the Invoke-WebRequest implementation which contains uploading with progress... And increase the iso used for testing. But that's a given I guess. Would have liked to dive into...