Deniz Uğur
Deniz Uğur
I would also like to see the encryption on Excel files. This [repo](https://github.com/herumi/msoffice) can be used for reference.
Well, in my project I was using Docker so I compiled the repo I mentioned and called it via child_process on python. Maybe you could do something similar? If you...
@mraron Could you provide me your final CMakeLists.txt? I'm trying to build for the same target so that would be great for me. Thanks.
I'm successfully testing whole payment process with end-to-end testing using Puppeteer. I believe unit tests should be offline so you could capture the webhook requests and resend them to your...
I would test the Stripe side as well to be on the safe side. If it was possible to mock the portion between creating checkout session and stripe sending events...
I was trying the sample from renderstreaming package. The one where we were able to select codecs from a dropdown. Now that seems to be gone or changed so I...
Here is my setup: - Editor: `2021.3.6f1` - Unity Render Streaming: `3.1.0-exp.3` - Chrome: `104.0.5112.101` - macOS: `12.5` I've verified that player uses VP8 by `chrome://webrtc-internals/`. There used to be...
Okay, I have changed to develop branch and tested with the same configuration but I'm not seeing any video right now.
I'm currently modifying this repository in downstream so if it's just a matter of modifying the `WEBRTC_VERSION` parameter in build script related to `libwebrtc` then to which version should I...