mike-northsail

Results 3 issues of mike-northsail

When loading from a saved state, the simple snapping provider causes existing connections to float away from their respective interfaces when rearranging the nodes. New connections appear to be unfazed...

Are there any plans to support node validation in the future? - required inputs - inputs meeting certain requirements (regex, url, email etc.) - whitelist of output/input associations to limit...

In Google::Apis::Core::ApiCommand#decode_response_body it checks to see if the content_type starts with JSON_CONTENT_TYPE. The content type comes back as text/csv so it has an explicit return of nil. ```ruby def decode_response_body(content_type,...