Warren Wang

Results 14 comments of Warren Wang

I'm going to try and add a new node to this called get field type which returns either a string or the EJson enum to check for this. Otherwise it's...

I cloned the repo but I'm getting an error with the link to Pods_RedBear_Duo.framework . Do I need to build the pods framework separately first? If so how? I do...

I ended up opening the DuoApp xcode project and then dragging the Pods excode project file into the DuoApp's project and everything built as expected. I also ran the cocoapods...

Just a note: The commenting on DuoBLEProvisionTableViewController.swift should have the filename fixed on line #3 `// DuoWifiProvisionTableViewController.swift` This caused a bit of confusion for me thinking I was editing the...

> Dope, I was literally just looking into setting something like this up :) > > I have some general design questions > > 1. Why not factor out an...

After paying for AWS business support, the response we got so far after 40+ days is that there is no way to clear the cookie on the hosted UI domain...

The switch to MSYS2 MINGW64 with a reinstall also got me through the openssl error. Thanks for the reminder!

Ahh I was just about to PR this. Thanks for the submission. Hopefully this gets merged soon.

- Added support for creating actors from static mesh and skeletal mesh imported with the assembly of the mesh parts. Components are named the same as their internal mesh part...

Added additional checks for certain items that have duplicate meshes with the same name. Will create unique component names for them ie. `MeshName`, `MeshName1`, `MeshName2`. Also takes into account if...