Re: [Sugar-devel] M-V-C model for MusicBlocks

2020-03-11 Thread Bottersnike
It is worth noting that the module loading method MusicBlocks uses, requirejs, is particularly susceptible to race conditions. From testing, at the moment is it currently just at the limit of the number of files it's able to load without this being an issue, however I suspect if each widget

Re: [Sugar-devel] Contributing through GSoC

2020-03-08 Thread Bottersnike
https://github.com/sugarlabs/sugar/issues/882 may be of interest. The other issues listed at https://github.com/sugarlabs/sugar/issues?q=is%3Aissue+empy might also be relevant depending on the exact issue you're having. On Sun, Mar 8, 2020 at 2:17 PM shaansubbaiah.c...@bmsce.ac.in <

Re: [Sugar-devel] Proposal to move communication to other platform

2020-03-04 Thread Bottersnike
ant hindrance. > > On Wed, Mar 04, 2020 at 07:46:10PM +, Bottersnike wrote: > > I think one of the main issues with IRC is the onboarding experience, or > rather > > lack thereof. For new users, they're faced with an entirely blank > screen, with > > no trivial way to

Re: [Sugar-devel] Proposal to move communication to other platform

2020-03-04 Thread Bottersnike
. On Wed, Mar 4, 2020 at 7:46 PM Bottersnike wrote: > I think one of the main issues with IRC is the onboarding experience, or > rather lack thereof. For new users, they're faced with an entirely blank > screen, with no trivial way to search for past questions, see if a topic > has bee

Re: [Sugar-devel] Proposal to move communication to other platform

2020-03-04 Thread Bottersnike
I think one of the main issues with IRC is the onboarding experience, or rather lack thereof. For new users, they're faced with an entirely blank screen, with no trivial way to search for past questions, see if a topic has been brought up before, or even just read through history to get a general

Re: [Sugar-devel] About docById

2020-01-05 Thread Bottersnike
docById is a global helper function defined in MusicBlocks. It is just a shorthand for document.getElementById On Sun, 5 Jan 2020, 15:27 Rahul kohli, wrote: > I am in toolbar.js and here is function docById() I am not understanding > what does it mean is this equivalent