Xidorn Quan

Results 251 comments of Xidorn Quan
trafficstars

@alexcrichton If you look at definition of ioctl in Android, for example [this one](https://android.googlesource.com/toolchain/prebuilts/ndk/r20/+/refs/heads/master/sysroot/usr/include/bits/ioctl.h), you would see ```c __BEGIN_DECLS /** * [ioctl(2)](http://man7.org/linux/man-pages/man2/ioctl.2.html) operates on device files. */ int ioctl(int __fd,...

IIUC the two overloads share the same symbol. It is explicitly done via `__RENAME(ioctl)` (which expands to `__asm__("ioctl")`) meaning its name is also `ioctl`.

That sounds painful for downstream users, as they may need to use different functions for different platforms. Or are you proposing adding new APIs with consistent signature across platforms?

Would it be more helpful the other way? I mean, drop samples with JS-leaf nodes, so that we can see how time is distributed inside the platform-y things. And from...

That's probably true? The current behavior of "C++ only" for me is somehow useful to shallow the call tree... but I don't see other usefulness there indeed.

Thanks for the tips, they are very useful! It would be great if they are easily discoverable, especially the long press / double click one.

@braathen Glad to see the grid view is back now! Thanks for working on this and letting me know.

> Settings - hardware - configure I couldn't find such a setting with Raspberry Pi. Are you using Green or Yellow? I don't think we even have thread support.

Another thing I noticed is that every time when ZHA start failing, my command line sensors also fail intermittently for a period, though they restore thereafter.

> I'm on an raspberry pi, it's not at ZHA but at hardware of the device itself I still can't find anything. Do you have any screenshot of what you...