t2wu

Results 14 comments of t2wu

I end up using the following two commands: ``` openssl genrsa -des3 -out private.pem 4096 openssl rsa -in private.pem -outform PEM -pubout -out public.pem ``` This is according to [this](https://byparker.com/blog/2019/generating-a-golang-compatible-ssh-rsa-key-pair/)....

Wow thanks, I guess the sample project pull the old version of the code and it was not in there. Let me take a look. Do you think it would...

Hi James, about adding my own source to create dynamic watermarks, any source whose output is set to m_videoMixer, and is registered by m_videoMixer will get mixed in? A source...

Found any solution to this yet? I was looking at it as an alternative to subscribe a one callback if I intend to bind two callbacks per topic.

@mgrubinger This project seems to use Lambda expression and my project has no support for it. How do I make sure that it does?

@netwrkx That's embarrassing for me. I was just hacking it for own project (for some special needs on iOS). And now I know a better way to approach it but...

@mgrubinger Thanks for the tips. Those work to by pass the error. Then I got into > java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex Possibly because other plugins are using different...

I have no idea! I am not using notification. Right now I just want to know how to get it to work on Android 8. @mgrubinger Do you have to...

My window.geofence.onTransitionReceived gets called only once when I'm simulating in and out on Xcode, even though locationManger:didEnterRegion and locationmanger:didExitRegion did called repeatedly. (Thought I sort of did a hack, because...