Rob Pridham
Rob Pridham
Hi. For some time now, we've been using Retrofit with Moshi, and we used a `Converter` to unwrap the usual 'envelope', like this: ``` @JsonClass(generateAdapter = true) data class Envelope(val...
I have a long workflow that saves images at each step. The save nodes have a dependency on a filename-generating node. What I hoped to get: * each 'save' node...
Hi - great node, thanks for producing it! I have a feature request. At the moment the Python code is re-evaluated very regularly. It would be preferable if there was...