fredericgermain
fredericgermain
I upvote this. It'd be nice to have aggregation by day not aligned at midnight UTC.
I made a port on sync_gateway It needs some patch on sync_gateway (mostly on the view api) Also, I change superlogin to use sync_gateway natively, instead of the "hack" used...
Hi, Yes, I'm still unsure what the couchbase team has in mind for their product. I'm not into their couchbase mobile stack, I'm all react/react naive, so all I need...
I made a change to use the postMessage API instead. So settings CORS headers wouldn't be needed, and it might be more secure... I'm not sure about the more secure....
Hi, Could you share the backtrace of the thread/two threads that is/are in deadlock? I remember it could happen quite often, but some little adjustment could be needed. If you...
Each time there is an allocation, we use libgcc backtrace function to get the caller hierarchy in the runtime context. It might not be stable depending on the environment, especially...
I'm not sure what happens on ARM... I tested on older MIPS and many intel toolchains, it should work though. Can you try to define ALLOCATION_STACK_DEPTH to 1 and see...
Thanks for your commit! It could indeed work nicely with NDK. Would you be able to add a quick note in the README on how to make this work in...
Hi! Thanks for reporting. Yes, this was quite a common problem when I started to use the lib. I tried to make it so to avoid that recursive mutex, as...
Also, I'm not sure recursive mutex would be available in all libc. glibc has it of course, but this tool targets all kind of embedded system.