Graham Reeves

Results 30 issues of Graham Reeves

Broadway does NALU splitting in the C code itself for cases when the data pushed in isn't split by NALU, (hence the data-read feedback) Is there some benefit I don't...

Hello! I'm using chakraRT (in windows), but I also sometimes use chakracore in osx and linux (as well as jscore, both ios/osx natively and the open source one) I've recently...

Question

Can someone explain what this error is for? How is it different to `VRInitError_Init_HmdNotFound`? I get this on OSX when I don't have a HMD plugged in. I've set `requireHmd`...

I'm using a Pro Mini clone (still using a ATMega34U - https://www.amazon.co.uk/gp/product/B019SXN84E/ref=oh_aui_detailpage_o01_s00?ie=UTF8&psc=1 ), in case that has any bearing; I have implemented multiple joysticks on one arduino, with multiple buttons,...

I finally got this working (turns out my organisation secret doesn't propogate to my private repository) On the second run, I get this error `security: SecKeychainCreate signing_temp.keychain: A keychain with...

with 1.2.3, I'm attaching a macbook air 6,1 (High Sierra) to an imac13,2 (Sierra) The system report recognises each other under thunderbolt, (so the cable is connected okay) but VirtualKVM...

texturePointer is null in updateSender() when the format is changed and crashes. (I think this is an intermediate null whilst the texture is being recreated) and there's no pointer check....

I needed a tvos build to go with ios, but the draco project doesn't seem to have one, so I've added one! I'm a CMAKE newbie, so if anything is...

``` System.Func AllocService = () => { return new ClientConnection(this); }; Socket.AddWebSocketService("/", AllocService); ``` This overload is marked obsolete, but I can't see how to replicate the above; construct the...

I could look through the code, but this information is missing from the readme, and would be good to know :) Somtimes its useful to throw if it doesn't exist,...