« Previous day | Index | Today | Next day » Channels | Search | Join
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:22 | walterbender <walterbender!~walter![]() |
|
01:11 | walterbender has quit IRC | |
09:48 | MelissaHT has quit IRC | |
09:49 | MelissaHT <MelissaHT!~quassel![]() |
|
09:49 | meeting | * MelissaHT-es has joined |
11:15 | meeting <meeting!~sugaroid![]() |
|
11:44 | walterbender <walterbender!~walter![]() |
|
13:57 | sanjay_ <sanjay_!~webchat![]() |
|
13:58 | Hrishi <Hrishi!uid200307![]() |
|
13:59 | tharangi <tharangi!~dinuka.ja![]() |
|
13:59 | walterbender | hi everyone |
13:59 | Seetarama <Seetarama!~webchat![]() |
|
13:59 | tharangi | Hi walterbender |
13:59 | jatindhankhar <jatindhankhar!~jatin![]() |
|
13:59 | Hrishi | walterbender: hi |
13:59 | Hi ever | |
13:59 | *yone | |
14:00 | Seetarama | Hi everyone |
14:02 | pikurasa <pikurasa!~devin![]() |
|
14:02 | Hrishi | pikurasa: hi |
14:02 | pikurasa | hi |
14:03 | hi tharangi, did you see PR? | |
14:03 | walterbender | Hrishi, did you see the drag and drop issue I reported this morning? |
14:04 | pikurasa, I merged the bulk of the timbre widget code to master | |
14:04 | but there are a few things yet to land -- play being the most important. | |
14:04 | Hrishi | walterbender: no, will see soon :) |
14:04 | walterbender | tharangi, I added a few glossary edits |
14:04 | tharangi | pikurasa: yes, I merged it. |
14:05 | walterbender: Thank you. I will make those changes. | |
14:05 | Hrishi | tharangi: no changes I asked made. Mobile UI still not responsive, FAQ page's layout looks bad |
14:05 | walterbender | I think we should, where possible, make a connection between the glossary entries and MB itself. |
14:05 | pikurasa | walterbender: +1 |
14:05 | Hrishi | ^^faq -> creditd |
14:06 | walterbender | no formal meeting today, as GSoC is essentially over -- just mentor evals left to complete. |
14:06 | pikurasa | also, the manual should reference itself (i.e. links) where appropriate |
14:06 | oh, I thought GSoC ends tomorrow | |
14:07 | walterbender | checks the schedule |
14:07 | pikurasa | "August 21-29: Students submit their Final Evaluation which includes" |
14:08 | walterbender | pikurasa, yes... you are correct |
14:08 | pikurasa | Email: GSoC 2017: Final Evaluations open soon |
14:08 | Sent: Fri, 18 Aug 2017 17:18:36 -0700 (08/18/2017 08:18:36 PM) | |
14:09 | walterbender | tharangi, re glossary, for example, when we define scale, maybe add a link to the scale example in MB? |
14:10 | Hrishi | walterbender : what widget are you dropping so that the error occurs? |
14:11 | pikurasa | tharangi: Have you noticed any bugs when you click one of the links on the left side? I find that it refreshes two times. I can make a video if you like, but just clicking through them, you should experience it. |
14:11 | walterbender | Hrishi, all of the widgets use a similar mechanism for repositioning -- a drag handle. Seems ti gets mixed up with the drag and droip handle |
14:11 | Hrishi, it generates an error in the console, but it is not fatal. | |
14:12 | Hrishi | walterbender : no errors here, dropped a few widgets |
14:12 | what browser you use | |
14:12 | Seetarama : we might discuss now | |
14:12 | walterbender | chromium |
14:12 | Seetarama | ok Hrishi |
14:13 | Hrishi | walterbender : i use chrome, latest update. It just logs "finished loading block" |
14:13 | walterbender | Hrishi, open the status widget and drag it. |
14:13 | do you see an error? | |
14:13 | Hrishi | no |
14:14 | walterbender | I see it every time |
14:15 | Hrishi | walterbender : I use status with 3 print blocks (i.e default) |
14:15 | pikurasa | tharangi: good updates to the website. :) |
14:15 | Hrishi | will mark as "needs triage" |
14:15 | pikurasa | tharangi: The README should also tell the reader where the uploaded file goes and how to get it. |
14:15 | walterbender | Hrishi, and you drag the widget to a different location on the screen? |
14:16 | pikurasa | will be back in a few minutes. |
14:16 | Hrishi | walterbender : tried dragging from the panel (i.e adding), dragging over the screen |
14:16 | walterbender | Hrishi, L93 of the status widget: canvas.ondrop |
14:17 | I assume that the problem is there | |
14:17 | tries something. | |
14:19 | Hrishi, "adding"? | |
14:19 | Hrishi, there is drag "handle" on the widget | |
14:19 | Hrishi | walterbender : creating a block I mean |
14:19 | walterbender : file and line? | |
14:20 | tharangi | walterbender: okay, pikurasa: yes, that is when we click on Palette toolbar, Examples with MB and Play with MB links. |
14:20 | walterbender | Hrishi, L93 of status.js |
14:20 | there s similar code in all of the widgets | |
14:22 | Hrishi | walterbender : understanding it, we add two event listeners for drag and drop feature in activity.js one for dragover and for drop |
14:23 | preventdefault() is used for dragover, for drop it isnt | |
14:23 | walterbender | yes... both for canvas |
14:23 | Hrishi, have you reproduced the error? | |
14:24 | Hrishi | no |
14:24 | tries somethingf | |
14:25 | tharangi | pikurasa: that is because of the coding approach I have used to load pages. |
14:25 | Hrishi | walterbender : don't know if it affects anything else, but using preventDefault() for ondrop isn't creating a problem either |
14:26 | walterbender | Hrishi, I tried it but it didn't help. |
14:26 | Hrishi, in the short term, I am adding a check to the handler in activity.js not to try to load a file when the file is undefined. | |
14:27 | Hrishi | tharangi : please check my messages too |
14:28 | jatindhankhar has quit IRC | |
14:28 | sanjay_ has quit IRC | |
14:29 | walterbender | Hrishi, pushed a work-around |
14:29 | Hrishi | walterbender : that was quick |
14:29 | Seetarama : so about the PR... | |
14:31 | Seetarama | walterbender: for the evaluation we are required to provide a link mentioning the work we did and it is suggested to include the link of the pull request of the code we worked on...Hence I will need your comments on the PR |
14:35 | walterbender | Seetarama, where is the PR? |
14:36 | Seetarama | walterbender: Till now I have working on my own repository |
14:37 | If we have to create a new repository for the new website code base, I add the code changes I made to that repository as a pull request or I can do it to the www-sugarlabs repository | |
14:37 | walterbender | I suppose contrary to my earlier response, you should make a PR against the current repo |
14:39 | Seetarama | But keeping in mind the OLPC issue, I was thought ,maybe it might be to create a new repository |
14:39 | *I thought that maybe | |
14:39 | *be better | |
14:40 | pikurasa | has returned |
14:40 | tharangi: is there a way to avoid that issue? | |
14:40 | walterbender | Seetarama, we need to fix the issue |
14:40 | before we merge the PR | |
14:42 | Seetarama | But in the while, I can create a PR right? |
14:43 | The issue is for older versions of XO | |
14:43 | walterbender | yes |
14:43 | add in the PR comment about the OLPC issue | |
14:43 | Seetarama | ok |
14:44 | Can I also add this issue as a future development of the project? | |
14:45 | walterbender | yes |
14:45 | Seetarama | ok |
14:47 | Any final changes you think can be made to the website? | |
14:47 | I have worked on your previous suggestions | |
14:47 | The code is ready and I will make a pull request by tonight mostly | |
14:49 | walterbender | Seetarama, I think we are in decent shape |
14:49 | Seetarama | walterbender: ok thanks |
14:49 | walterbender | thank you for all the work this summer |
14:50 | Hrishi | walterbender : did you test Seetarama's website on chromium |
14:50 | walterbender | Hrishi, not since last week |
14:50 | Hrishi | I tested on chromium (RPI), website crashed after few seoncds |
14:50 | walterbender | hmm |
14:50 | pikurasa | Hrishi: link, please |
14:50 | Hrishi | geekrypter.github.io/sugarLabsWebsiteRedesign/ |
14:50 | pikurasa | I have Chromium on this machine |
14:50 | walterbender | I didn't have that problem on F26 |
14:51 | Seetarama | its actually a strange issue |
14:51 | Hrishi | maybe it was just on Chromium for RPI |
14:51 | walterbender | Hrishi, that is a serious issue for us |
14:52 | Hrishi | tested about 15-16 times then, same. Maybe that version was faulty. If anyone can test again, on raspbian stretch, we can know what to do |
14:55 | walterbender | Hrishi, any error logs? hints as to where it is broken? |
14:56 | needs to be AFK for a bit... I'll look at the backlog later | |
14:58 | Hrishi | walterbender: chrome dev tool fails to get anything. It says to reload to page. |
15:28 | pikurasa | https://github.com/walterbende[…]comment-325386673 |
15:31 | https://github.com/walterbende[…]comment-325387473 | |
15:37 | https://github.com/walterbende[…]1#issue-253369144 | |
15:37 | https://github.com/walterbende[…]comment-325388905 | |
15:37 | Okay, I need to go now. Bye! | |
15:37 | pikurasa has quit IRC | |
15:54 | Seetarama has quit IRC | |
17:12 | tharangi has left #sugar-meeting | |
17:28 | Hrishi has quit IRC | |
17:50 | walterbender has quit IRC | |
18:31 | 14WABLUJD has quit IRC | |
18:31 | kaametza has quit IRC | |
18:32 | icarito_ has quit IRC | |
18:33 | ignacio has quit IRC | |
18:36 | kaametza <kaametza!kaametza![]() |
|
18:39 | ignacio <ignacio!ignacio![]() |
|
18:39 | ignacio <ignacio!ignacio![]() |
|
18:40 | walterbender <walterbender!~walter![]() |
|
18:43 | icarito <icarito!icarito![]() |
|
18:44 | bernie_ <bernie_!bernie![]() |
|
18:47 | walterbender has quit IRC | |
22:14 | Seetarama <Seetarama!~webchat![]() |
|
22:21 | Seetarama has quit IRC | |
23:44 | walterbender <walterbender!~walter![]() |
« Previous day | Index | Today | Next day » Channels | Search | Join