Simon Fakir

Results 5 issues of Simon Fakir

Would be nice to have an extra tar parameter or a ENV variable to set a password on the backup files.

## File: lib/indico.js Line 32 Errors of 'lwip.open(input, options, function (err, image)' are not handled. Add something like: if (err){ throw new Error(err); }

enhancement

The following lines to copy the values to parse fcmOptions.agent into an object instead copying it. ``` //copying the fcmOptions object to avoid problems in parallel calls var mFcmOptions =...

Browser Console Output: **_error: TypeError: this.nestedForm is undefined**_ Solution: check if nestedForm is set in Line 2040 ( add if statement) ``` validate: function() { if (!this.nestedForm) return; return this.nestedForm.validate();...

### Verify latest release - [X] I verified that the issue exists in the latest `chatgpt` release ### Verify webapp is working - [X] I verify that the ChatGPT webapp...