Paul Todd
Paul Todd
function shouldThrowAnError(uid) { return root['subkey'][$subkey] != null; } path /something/{$somevar} { read() { return shouldThrowAnError($somevar); } write() { return shouldThrowAnError($somevar); } } The above .bolt generates without errors but when...
Fixed with my PR
Since iTMSTransporter is not shipped anymore, any suggestions on how to get the long and short names?
I traced this down to the fact there appears to be no _.indexBy method in lodash. I ended up using the lodash.indexby module add a require at the top of...
Did anyone fix this? I've hit this issue too