arnauorriols / node-red-contrib-python-function

Write Python functions in Node-RED!
MIT License
41 stars 23 forks source link

Broken on Node-RED 0.20 #8

Closed knolleary closed 5 years ago

knolleary commented 5 years ago

This module loads the ACE editor from https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.3/ace.js

This breaks on Node-RED 0.20 as it clashes with the version of ACE we already include in the editor. This then breaks ACE throughout the editor.

There's no reason to load your own copy of ACE - we provide it for you. As this is quite a popular node, we're happy to help update the node to use the proper APIs.

Note we will be releasing a maintenance fix to explicitly block loading ACE from an external CDN.