marios88
marios88
A quick way to do it for now ```js function bzip(path,path_bz2) { return new Promise(function (fulfilled, rejected) { _7z.pack(path, path_bz2, function (err) { fulfilled(1); }); }); } async function run()...
@bshaffer Sorry for the late reply, yes i think that the phpdoc for `getDescription` & `setDescription` should be `string|null` since IDEs and static analysis falsely reports that `getDescription` returns `string`
Just changed the user-agent and unfortunately it does not help with the challenge loop
if any one is interested in this see pull request https://github.com/honsiorovskyi/open-url-in-container/pull/102 you can self pack it to an xpi with instructions from here https://extensionworkshop.com/documentation/publish/submitting-an-add-on/