[Sugar-devel] About GCI mentoring

2019-11-13 Thread Rahul kohli
How to be a GCI mentor this year?
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] About GCI mentoring

2019-11-13 Thread Rahul kohli
Ok, thanks for the reply.

On Wed 13 Nov, 2019, 9:23 PM Walter Bender,  wrote:

> We are full up but also, we are only allowed to have mentors who are
> experienced contributors. Maybe next year?
>
> On Wed, Nov 13, 2019 at 10:32 AM Rahul kohli  wrote:
>
>> How to be a GCI mentor this year?
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>
>
>
> --
> Walter Bender
> Sugar Labs
> http://www.sugarlabs.org
> <http://www.sugarlabs.org>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] (no subject)

2019-11-12 Thread Rahul kohli
I am new here how can I setup music blocks to run locally and please let me
know if there are some beginner level issues
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] (no subject)

2019-11-11 Thread Rahul kohli
Please help me as I am a new here I want to know about sugarlabs and how
can i get started and also I want to work on web app of sugar labs so how
can i work on that too..
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Exporting code

2020-02-13 Thread Rahul kohli
GSoC 2020 idea for Exporting code in javascript in Music Blocks how to get
started with it except that python export pdf provided in the ideas and do
we have to follow the same strategy for exporting which is followed in
python code of turtle blocks.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Introduction box code

2020-02-08 Thread Rahul kohli
In which file the code is available for introduction box which introduce us
to the application?
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] code for showButtonHighlight and hideButtonHighlight

2020-02-16 Thread Rahul kohli
In which file showButtonhighlight and hideButtonHighlight
function definitions are available?
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Export code in Javascript

2020-02-21 Thread Rahul kohli
How is Exporting Code in javascript is different from current Save Project
feature available in Music Blocks?
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] hideButtonHighlight functions definition

2020-02-18 Thread Rahul kohli
For issue #2091 weird on hover animation of button, I have given so much
time in it but still not getting where is hideButtonHighlight function
defined and also the logic behind the Hovering animation.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Previous year GSoC proposals

2020-02-20 Thread Rahul kohli
Can anyone share previous years GSoC proposals for getting Idea of
Structure.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Regarding activity

2020-01-20 Thread Rahul kohli
I want help for the activity creation. How can i create my own activity?
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Regarding activity

2020-01-21 Thread Rahul kohli
Thanks, I'll check it out.

On Tue 21 Jan, 2020, 1:46 PM James Cameron,  wrote:

> For JavaScript see
> https://github.com/llaske/sugarizer#create-your-own-activity
> https://github.com/llaske/sugarizer/blob/master/docs/tutorial.md
>
> For Python see
> https://github.com/sugarlabs/sugar-docs
> "Write your own Sugar desktop activity"
>
> On Tue, Jan 21, 2020 at 01:12:12PM +0530, Rahul kohli wrote:
> > I want help for the activity creation. How can i create my own activity?
>
> > ___
> > Sugar-devel mailing list
> > Sugar-devel@lists.sugarlabs.org
> > http://lists.sugarlabs.org/listinfo/sugar-devel
>
>
> --
> James Cameron
> http://quozl.netrek.org/
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Good First Issue

2020-01-03 Thread Rahul kohli
I really want to contribute to this project so please help me with me that.
suggest me any issue for my first contribution
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] How to get started

2020-01-04 Thread Rahul kohli
Can anyone tell me what do I need to learn in javascript to contribute to
this project
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] About GSoC 2020

2019-12-23 Thread Rahul kohli
Can you guys tell me on which project I should focus for GSoC in Javascript
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] About docById

2020-01-05 Thread Rahul kohli
I am in toolbar.js and here is function docById() I am not understanding
what does it mean is this equivalent document.getElementById()
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] About docById

2020-01-05 Thread Rahul kohli
Thank you for the clarification.

On Sun 5 Jan, 2020, 10:26 PM Bottersnike,  wrote:

> 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 document.getElementById()
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] ArgsSlots and SlotWrapper

2020-03-10 Thread Rahul kohli
Help me to understand ArgsSlot and SlotWrapper in primitive object of
blocks.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Blocks creation in MusicBlocks

2020-03-09 Thread Rahul kohli
Is Musicblocks following the same approach for blocks creation as
TurtleBlocks
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Flow of Exporting the code in TurtleArt

2020-03-15 Thread Rahul kohli
How the blocks converted into python code and template for the code needed
to export in python and also want to discuss the project structure needed
to export.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Export functionality of MusicBlocks code

2020-03-19 Thread Rahul kohli
Since the end result is going to be displayed on the browser I don't need
to create an AST and if that so we don't need any AST generating module am
I right, sir Walter bender and also do we need to export the entire
interface or just a canvas with blocks in it.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] About Module bundling

2020-03-17 Thread Rahul kohli
How is module bundling is managed in MusicBlocks?
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel