Joachim Feldmann

Results 10 comments of Joachim Feldmann

An example of sharing data between apps could be a user model, which needs to be accessible in each app once the user has logged in. Even if you try...

I am not an nginx expert, but I think I can contribute the basics. There's a quite good explanation under http://stackoverflow.com/questions/5009324/node-js-nginx-and-now

I agree, but nginx brings in some other advantages as well, e.g. hosting multiple node sites, load balancing and probably its more secure since its more mature than node.js. (See:...

Maybe http://theintern.io/ might also be interesting for testing

Haven't used theintern by now too, but maybe someone else can help? On the other hand I like the 'less-frameworks-used' approached. So you will use the same testing framework for...

having the same problem. did you find a solution?

If you only want to limit the number of segments you could init the flickable with a larger maximum number and then limit the segments by $('#flickable').data('segments', ) dynamically.

I encountered the same issue, and I can confirm that @kachkaev's patch resolves it. It would be great if this fix could be incorporated!