**** BEGIN LOGGING AT Mon Jul 06 02:59:59 2015 Jul 06 09:17:31 vmayoral|pc: ping Jul 06 09:25:54 rohith_: pong Jul 06 09:26:05 morning Jul 06 09:29:58 vmayoral|pc: Rebased the repo. Can you confirm whether it is in order? I have only used merge previously... Jul 06 09:32:06 rohith_: looking at it now Jul 06 09:32:58 okay Jul 06 09:32:59 seems ok on a first look, good job getting that right if it was your first time Jul 06 09:33:11 let me walk you through how i'd do it: Jul 06 09:33:27 assuming you have your working branch and you want to rebase it, i'd do: Jul 06 09:33:47 git remote add diydrones http://github.com/diydrones/ardupilot; git fetch ardupilot Jul 06 09:34:04 sorry, "git fetch diydrones" Jul 06 09:34:18 yup Jul 06 09:34:24 and then, "git rebase diydrones/master" Jul 06 09:34:40 you'll start rebasing and if there're any conflicts, it'll stop until you solve them Jul 06 09:34:55 there're several ways of doing it. I'm confortable with this one particularly Jul 06 09:35:14 rohith_: do you have the branch compiling already? Jul 06 09:35:14 That's how I did it, although I had to use `git push -f` after it... Jul 06 09:35:30 yeah, after the rebase you need to force the push Jul 06 09:36:40 vmayoral|pc: Included make.inc but got a couple of errors yesterday while compiling. I guess it's to do with missing deps. Jul 06 09:36:55 Going to try again now. Jul 06 09:41:03 vmayoral|pc: Getting errors while compiling ArduCopter too on OS X. Shall try on Ubuntu... Jul 06 09:41:21 Doing it on OSX requires you to modify certain libraries Jul 06 09:41:44 (it's possible but) i'd do the development in something Linux-based as Ubuntu Jul 06 09:41:45 I replaced awk with the GNU version Jul 06 09:42:00 ...from homebrew Jul 06 09:42:41 i got it working in my machine a while ago with these last two commits https://github.com/erlerobot/ardupilot/commits/macos Jul 06 09:42:55 but as pointed out rohith_, i wouldn't put time into that Jul 06 09:43:06 focus on Ubuntu and speed up the development process that way Jul 06 09:43:25 vmayoral|pc: Okay. Shall use Ubuntu. Jul 06 16:18:25 good morning Jul 06 16:18:38 arianepaola: ping Jul 06 16:36:15 morning! Jul 06 16:42:52 moin Jul 06 17:04:24 morning Jul 06 20:49:13 any help with how big should be object in cookie is? I'm trying to save a gist but it is not working Jul 06 20:49:27 made a small obj like {foo: 'data'} and it work as it should be! Jul 06 20:56:47 hi ebadawy Jul 06 20:57:22 Hi DiegoTc, please check the recent logs Jul 06 20:59:59 ebadawy: what do you want to save in cookies? Jul 06 21:00:03 the complete gist? Jul 06 21:00:18 yes Jul 06 21:00:41 why do you want to do that? Jul 06 21:01:14 want to do something like cacheing, but not sure if cookies is the right choice Jul 06 21:01:20 no Jul 06 21:01:25 cookies is bad option Jul 06 21:01:59 yea. just realized that! Jul 06 21:02:06 4kb is normal size Jul 06 21:02:12 any suggestions? Jul 06 21:04:01 what are you planning to do? Jul 06 21:04:35 save all information Jul 06 21:04:38 for all tutorials Jul 06 21:04:43 you are seeing Jul 06 21:04:52 or just the wants you are creating Jul 06 21:05:17 the user is most likely to call the tutorial each time, so I'm thinking of saving it a locel storge to reduce the call to github Jul 06 21:05:47 sounds cool Jul 06 21:05:53 and they are public any way, so there is no worries about security Jul 06 21:06:09 but, shouldn't you advance and leave that option for the end Jul 06 21:06:13 it's a real nice to have Jul 06 21:06:51 I have done almost every thing for but that was on cookies Jul 06 21:07:21 so if there is something familiar, it would take me no time i guess Jul 06 21:08:23 I haven't use it Jul 06 21:08:24 http://www.w3schools.com/html/html5_app_cache.asp Jul 06 21:08:27 application cache Jul 06 21:08:59 I'll give it a try. Jul 06 21:09:04 a better link: http://www.html5rocks.com/en/tutorials/appcache/beginner/ Jul 06 21:49:03 html5 docs run off asp? Jul 06 21:49:08 sad... Jul 06 21:49:43 how like that nerdboy Jul 06 21:49:43 ? Jul 06 21:50:48 asp is M$ only Jul 06 21:51:33 don't see the irony there? Jul 06 22:20:15 I think this will do ,, https://developer.mozilla.org/en/docs/Web/API/Window/localStorage Jul 06 23:09:16 moto-timo: pong Jul 06 23:12:37 arianepaola: Ola Jul 06 23:13:52 arianepaola: anything new to commit to github? any luck with ssh? Jul 06 23:14:14 arianepaola: I'm living in a vacuum ... Jul 07 00:06:47 * nerdboy is timetraveling again... **** ENDING LOGGING AT Tue Jul 07 02:59:58 2015