Skip to content
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

Updated to latest version of jupyterlab-blockly #10

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

DenisaCG
Copy link
Member

No description provided.

@DenisaCG DenisaCG self-assigned this Aug 18, 2022
@DenisaCG DenisaCG merged commit 8d804b9 into jupyter-robotics:main Aug 18, 2022
@DenisaCG DenisaCG deleted the blockly branch August 18, 2022 13:27
Comment on lines +90 to +100
"outputDir": "jupyterlab_niryo_one/labextension",
"sharedPackages": {
"jupyterlab-blockly": {
"bundled": false,
"singleton": true
},
"blockly": {
"bundled": false,
"singleton": true
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DenisaCG We need to revert this change. I believe this is the reason why we are seeing the error Uncaught Error: Language "Python" does not know how to generate code for block type "niryo_one_connect"..

This configuration should be present only in the extension that export the plugin.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 90 it's ok. We need to remove the sharedPackages attribute.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hbcarlos Isn't this a case of requiring a service and as such following under the sharedPackages configuration detailed here in the documentation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants