Kelvin
Kelvin
I'm experiencing the same issue on Android, syncing from Nextcloud. Its a fresh install, it synced some items but left most unsynced and will not sync them anymore.
I forgot about this, I'll try to work on it when I get time.
I'll bind this to nodejs as is and whatever library wants to use `setUuid` will have to figure out which chars to send. This should suffice.
@KevinEady The branch here https://github.com/openzim/node-libzim/pull/72 demonstrates the problem, you can npm install and run `npm run test-mem-leak` For gdb I run `node-gyp rebuild --debug -v && npm run bundle &&...
@KevinEady Let me know if there is anymore info I can provide for you.
@KevinEady v16.15.0
Is there a more descriptive error available? I'm wondering if I can somehow work around this and its blocking a major release. @KevinEady Any ideas? From what I see, this...
Where can I find the debug version of node?
I tried working around this by calling `setInterval` and having an external queue that runs `process` in the setInterval callback. This did not work because there are errors when calling...
For some reason my persistent api seems to not be storing my function correct. I check and store the function here, it is called in the `feed` function: ``` class...