-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: support for raw data #89
base: master
Are you sure you want to change the base?
Conversation
Bug 981245: node-red-contrib-ctrlx-automation: No support for RAW data
This reverts commit e644408.
please adapt to new behaviour and enable again.
@krauskopf : "skipped unittest 'ctrlx-datalayer-subscribe: Error Handling', please adapt to new behaviour and enable again. |
changed: the nodes now return the data as-it-is with type 'raw', if not valid JSON (server failure or raw data) |
I am missing a comment in the changelog of the readme.md |
@krauskopf: using default VS Code formatting, so please adopt or "hide white space" |
Can you make your VSCode config to consider the .editorconfig settings? |
@krauskopf : It's not the .editorconfig, it's your used formatting extension which differs from current default one and Prettier, maybe you're using a deprecated one. I tried to restore the previous formatting, but please think about to update. Thank you. |
Bug 981245: node-red-contrib-ctrlx-automation: No support for RAW data