Ivo Popov
Ivo Popov
Howdy, Richard, I'm curious: judging by the [chrome.storage docs](https://developer.chrome.com/extensions/storage#using-sync), it seems that it would be sufficient to s/local/sync/ in 7f0d52b6de9f2075bae260d1b1cea7cae8453174 and get syncing across browsers for free. Is this correct...
Ah, that is a neat trick for garbage collection! Okay, I understand, thank you. The address book feature sounds like a great idea, but I appreciate that it'll be more...
This method assigns the result of a call to `pn53x_transceive` to a variable of type `size_t`: https://github.com/cuamckuu/nfc-frog/blob/9a4699d0c6fa39da01674406002af8d7ebbae61f/device_nfc.cpp#L78-L80. `pn53x_transceive` can return -1 in the case when it encounters an error: https://github.com/nfc-tools/libnfc/blob/3df7f25f11499fa788e40c41ee7b45582262c566/libnfc/drivers/pn532_uart.c#L409,L496....
If one scrolls down by a couple of screens quickly (admittedly, on a 512kbps downstream connection), Twitter freezes completely — most likely because of all the iframes. Google may even...
So, this represents both my first attempt at Javascript and at Github, but this does something like what I suggested: https://github.com/ipopov/Tweets-Plus-One-Chrome-Extension/commit/e8be49a196d88786b383fb485cf974b67c56cb32 This no longer freezes Chrome but, unfortunately, the latency...