David Robb

Results 4 issues of David Robb

I'm tring to write an App similar to the TfLite example but am running into out of memory problems. I see the same or similar problems with the TfLite sample:...

I'm getting a build error in gcc 11.2 because the SDK is using an earlier verions of the external azure_c_shared library without this patch: https://github.com/Azure/azure-c-shared-utility/issues/535 | /home/dar/bb6/build/tmp/work/skylake-64-poky-linux/k4a/1.4.1-r0/git/extern/azure_c_shared/src/src/hmac.c:211:43: error: argument 2...

Bug

From the datastore Version 1.0.0-alpha07 release notes: "The Context.createDataStore extension function has been removed and replaced with globalDataStore property delegate. Call globalDataStore once at the top level in your kotlin...

I'm trying to use ZAuth to authorise a request reply socket pair where the curveServer is on the REQ socket that 'binds' and waits for the REP socket to connect....