Deleted user
Deleted user
Just a note that your current version (1ed626c2d8e) of dispatch.cpp is still compiling without modification as of OS X 10.7.1 (11B26) In case you didn't see and do care, the...
According to IBM Support this is the result of using more than 7 parameters in ServiceProgramCall. With a PTF some months ago, this limit was raised to 248 parameters but...
Thank you for your reply @recp Wow, I really appreciate the reactivity! Sorry I couldn't contribute myself, I lack proper knowledge of cglm and complex matrices operations, but will be...
Yes I believe this is it: ```C CGLM_INLINE void glm_mat3_adjugate(mat3 mat, mat3 dest) { float det; float a = mat[0][0], b = mat[0][1], c = mat[0][2], d = mat[1][0], e...
I guess this is related https://stackoverflow.com/questions/37307301/ble-scan-interval-windows-10/37328965. It suggests a hack of using DeviceIoControl
and DeviceIoControl isn't allowed in uwp apps?
what's the default sampling interval? I tried reading the docs, but I couldn't see what the defaults for any of those properties in `BluetoothLEAdvertisementWatcher` I admit I'm rather new to...
Can you tell me about what kind of numbers you see? and what settings your peripherals have?
Any update !! getting the same crash !! How to resolve this?
How is chakra's n-api support ? Seems like that'd be the way to go now that n-api is stable.