mlsad3
mlsad3
Okay, I've created PR #66. Try it out! :)
I wonder if this is somewhat related to #61 (which I am also hitting)
Hmm, I don't hit #61 nor this #63 issue on my personal Google Apps gmail, just on my corporate.
I'll close this until I can reproduce it.
Okay, this is reproducible. Any new spreadsheet I bring into my corporation gives an error about permissions (yet never asks for permissions.). I have to manually put `Session.getActiveUser()` inside the...
Hmm, it seems to happen whenever I do anything inside the job (like create a new instance): const res1 = await job(() => { const configValidationManager = new ConfigValidationManager(); let...
Looking at the .js file that TypeScript generates, I see the following: ``` const immutable_1 = require("immutable"); const ConfigValidation_manager_1 = __importDefault(require("./ConfigValidation.manager")); const microjob_1 = require("microjob"); const errors_1 = require("../controllers/errors"); ```...
I moved all of the processing code to another file, with a couple exports: File: My.worker.ts export { processRawConfigWorker }; Then in Main.ts: try { // Start worker pool await...
Looks like the same issue would happen if you are training a Spy, just from seeing the same code used with the Spy: if(spyCap > numberOfSpies) then for _,city in...
I was hoping I could help more...but I'm not too familiar with lua, nor workshop code in general. I was thinking maybe there needs to be some sort of sanity-check...