Josep Sayol
Josep Sayol
Thanks for the links @jshcrowthe! I knew about the hash function (a few months ago it took me a while of digging through minified code [to figure that one out](https://github.com/jsayol/openflame/blob/7601bbb55374cf9bc69f86f8520ef67fca995fd1/packages/database/src/data-model.ts#L271-L300)...
~~As far as I know, the iOS and Android SDKs will keep track and try to complete the transaction even across app restarts. The JavaScript SDK will only keep the...
Ok, I've started looking into this. Some general considerations: * Persistence should be off by default and the user can enable it at will. Same behavior as in iOS &...
> What's the downside of continuing using it even behind Pi-hole? When using the VPN mode (non-root), having the VPN running all the time increases battery and resource usage. It...
I think it's worth adding support for magnet links, it adds functionality and should be a quick fix anyway. Edit: if I'm not mistaken, it would be enough to add...
By the way, [here](https://github.com/reddit/snudown/blob/4894747d510e1851e10fa841715cbc4f5e139b12/src/autolink.c#L34) it says "mailto://" when it should be just "mailto:". I did a [quick test](http://www.reddit.com/r/TestMyPosts/comments/2y8sw2/test/cp7a11d) and mailto links don't work right now.
Great, JordanMilne. Make sure to check this related pull request too: reddit/reddit#1277 Plus this other one, which is also closely related: #68 (see issue #67)
@mjbvz That's actually a better idea, adding those settings as compiler options instead. The `diagnostics` setting could be extended to not only support a boolean, but to also accept an...