Bramford Horton

Results 5 comments of Bramford Horton

@cfcs Do you have an example? Feel free to add any extra error conditions to the `try%lwt ... with` match. I'll test and add more when I get the chance.

I've updated it to catch Unix errors. I imagine there are other possible errors but I haven't seen them.

@hannesm Am I correct that you're suggesting a new project to provide CLI-based TLS client & server testing application(s) similar to `openssl s_client` & `openssl s_server`? I agree that this...

@karasusan How does one go about debugging the webrtc side of URS with unity? I'm experiencing the same problem with failed ICE when streaming in a scenario where Unity &...

Unreal Engine's INI files also use this stupid non-standard format. E.g. `Config/DefaultInput.ini`: ``` -AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) -AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) -AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) +AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) +AxisConfig=(AxisKeyName="ValveIndex_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) +AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ```