Brice Pissard

Results 3 comments of Brice Pissard

Maybe setting the credential's scopes into fully qualified URL separated by '+' will work for you: ```javascript google: { ..., scopes: { 'https://www.googleapis.com/auth/plus.login+' + 'https://www.googleapis.com/auth/calendar+' + 'https://www.googleapis.com/auth/calendar.readonly+' + 'https://www.googleapis.com/auth/contacts+' +...

It seems that the problem comes from the breaking change of passing to the bpmn-js version 11.0.0 using the 3rd party library to handle the keyboard: https://www.npmjs.com/package/keyboardevent-key-polyfill This library is...

Sorry for the delay correcting the merging issue. The current commit allows to set two new custom styles for past dates, letting user choosing whether the rounded selected date button...