You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v1.2.8
Custom connectors may now have register(pipe) methods.
Just like the module-level register(pipe) plugin function, custom connectors may also provide this function as a class member.
Print a traceback if fetch(pipe) breaks.
A more verbose traceback is printed if a plugin breaks during the syncing process.
Cleaned up sync pipes output.
This patch cleans up the syncing process's pretty output.
Respect --nopretty in sync pipes.
This flag will only print JSON-encoded dictionaries for sync pipes. Tracebacks may still interfere without standard output, however.