ReneBeszon

Results 4 issues of ReneBeszon

Dear all, reading the documentation from connection.module setting it to undefined is allowed ![image](https://user-images.githubusercontent.com/70770935/177326725-e90adc34-f0e5-498c-bf6e-327606d31941.png) but when doing so, it results in a database error NJS-004: invalid value for property module...

question

Hi, I'm calling timecut the following way ` timecut({ url: this._input, output: this._output, duration: this._duration, fps: this._framerate, quiet: true, pipeMode: true, launchArguments: ["--no-sandbox", "--disable-setuid-sandbox", "--allow-file-access-from-files"], canvasCaptureMode: true, selector: "#canvas" }).then(this.markAsDone).catch(this.markAsError);...

When trying to define scimmy as an SCIM-Server in Keycloak, I'm getting the following error when loading the provider configuration. `errorMessage: The attribute with the name 'urn:ietf:params:scim:schemas:core:2.0:User:x509Certificates.value' has an invalid...

We have a realm that collects users from multiple IdPs. And I want / have to export a certain subset of them to a separate SCIM server. Is there a...