idz
idz
I had a chance to dig a little more into this and was able to get Tad to build. It required some changes to node-sqlite3 (see: https://github.com/antonycourtney/node-sqlite3/pull/1) and also a...
I had the same problem and issued a pull request to solve it (#53). This request was merged in commit 9f1a7e63461341ab456fa290f38bc53f24517845. So you should be able to compile as a...
The code was really only intended as tutorial code so there definitely are some areas that could be improved. I'll try to take a look over the next few days...
@zwang This code was sample code for a blog post, so really I wasn't planning to resolve them, the reason for this issue was to alert folks that might want...
A little more information on this. As long as the `viewControllers` array is assigned before the first call to `activateTab` the problem does not occur. So it must be some...
The above commit (46bf391) appears to solve the problem for me.
Thanks for the speedy response. Yes, #2 solves the problem and probably does less unnecessary work than my solution. Oh and also, thanks for this great framework. It's saved me...
Apologies, I've been away from GitHub and have just seen this now. Did you solve your problem? In the code above the key size is incorrect for 3DES are you...
Thank you for bringing this to my attention. I will take a closer look at it this weekend and merge in a final solution.
Hi there, Sorry for the delay in getting back to you. I'll try to take a look at upgrading over the next few days.