Andrew Low
Andrew Low
+1 I am having the *exact* same issue with Windows if it is not the first in the list.
Could fix with something like ```typescript rules.set('Set required on allOf', (schema) => { if (schema.allOf && schema.required) { schema.allOf.forEach(subSchema => { Object.assign(subSchema, { required: schema.required }) }); } }) ```...
hey @swcrazyfan sorry to bother u mate but wondering if u made any progress on porting TheLastBen's fast-Dreambooth colab notebook to a paperspace env? this is something I desire since...