static Class runWithParams(S snippetID, O... params) { Class c = hotwire(snippetID); setOpt(c, _computerID := null); // _onLoads should be called later to avoid this setOptAll(c, params); callMain(c); ret c; }