Re: [Sugar-devel] Managing github forks

2013-05-29 Thread William Orr
to the master branch of the project when I file my pull request. I avoid merge commits this way as well. The downside is that I might be messing with the history of my feature branch, which might even be public. William Orr ___ Sugar-devel mailing

Re: [Sugar-devel] [sugar-build] Is webkitgtk becoming a barrier?

2013-05-21 Thread William Orr
We have sugar-build use packages for certain packages on Fedora 19 that aren't available on Fedora 18 already (ragel, node, npm), so why not just add webkitgtk to the list as well? It makes sense enough to me, provided we're pulling a compatible version. To that end, I've already submitted a

Re: [Sugar-devel] Unit tests in Sugar HTML

2013-05-14 Thread William Orr
Manuel QuiƱones mailto:ma...@laptop.org Tuesday, May 14, 2013 8:15 AM 2013/5/13 Daniel Narvaezdwnarv...@gmail.com: On Monday, 13 May 2013, Manuel QuiƱones wrote: 2013/5/13 Daniel Narvaezdwnarv...@gmail.com: I'm on a phone so I have not yet taken a proper look. Though it looks pretty cool.

Re: [Sugar-devel] Github issue tracking

2013-05-11 Thread William Orr
was discouraged from reporting/fixing bugs there. -- William Orr ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Automated pyflakes checking

2013-05-08 Thread William Orr
Walter Bender mailto:walter.ben...@gmail.com Wednesday, May 08, 2013 8:17 AM On Wed, May 8, 2013 at 5:31 AM, Daniel Narvaez dwnarv...@gmail.com mailto:dwnarv...@gmail.com wrote: On 8 May 2013 06:02, William Orr w...@worrbase.com mailto:w...@worrbase.com wrote: I've done

Re: [Sugar-devel] Automated pyflakes checking

2013-05-07 Thread William Orr
to make any changes. Thanks, William Orr ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] Problems with `make run`

2013-05-02 Thread William Orr
Hello all, I've successfully built sugar with sugar-build, however now, when I try and do a `make run` the screen flashes black and fails to run sugar. I'm on Fedora 19 x86_64. Here is the output of logs/run.log: http://paste.fedoraproject.org/9938/67465897/ Thanks, William Orr

Re: [Sugar-devel] Chromium integration inside the sugar shell (was Re: Kicking off HTML5 activities work)

2013-04-12 Thread William Orr
I'm pretty new to the mailing list and the project, but I'm pretty sure that starting a new Chrome instance for every launched activity is far too taxing for the XOs. I think that Lionel's idea of using a Python activity that uses the WebKit WebView is a much, much better solution.

[Sugar-devel] Sugar networking

2013-04-03 Thread William Orr
Hello, I emailed this list some time ago about fixing Sugar bugs for my H/FOSS class at RIT. Matt and I found some bugs on our own related to the generated network neighborhood and sharing activities over the network. Is it worth our time and valuable to the community to start squashing