-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe remove FieldLexicalVariable.block_ #9
Comments
Hello, I am new one and I do not have a lot of experience with opensource project but I would like to try work at this issue. I download source code (it is ok in my "source code environment" = PhPstorm) but I have problems with visualization in browser. Could you get me some hint how to fix it, please? |
Thanks, @Pa3cia07, but we are not quite ready to take on external developers. |
So where can I do any editing of code, in fork? |
Sure, @Pa3cia07, you can do anything you like in your own fork! Can you tell us a little more about what led you to this project and what exactly you want to accomplish? Did you read about the plugin on the Blockly mailing list/group? |
I like to broaden my horizont and this project sounds interesting to me, so I would like to try to solve the issue and move forward. Honestly, I do not know if I will be successful, but I wish. |
Hello , I am Ami Satsangi(Kabir). I am 2nd year CSE student at Shiv Nadar institution. I am proficient in java and libraries , html , css and am currently on my way to learn JavaScript , React and spring in the up coming winters. |
I've looked closely at the plugin and Blockly code and I'm pretty sure that |
Is
FieldLexicalVariable.block_
really needed? Isn’tField.sourceBlock_
(and its getter and setter) the same thing? Try removing it and changing its references appropriately.The text was updated successfully, but these errors were encountered: