Lionel VEST
Lionel VEST
https://github.com/Wikiki/bulma-switch/pull/43 doesn't work if you don't add a color to the input. if you want a default input, you have to specify is-primary + you should update the documentation since...
Hi, `provider.request({method: 'eth_signTypedData_v4', params: [pubkey,JSON.stringify(payload)]}) .then((signature) => { provider.request({method: 'personal_ecRecover',params: [JSON.stringify(payload), signature]}) .then((pubkey) => { console.log(pubkey); }) })` If I sign a message with "personal_sign", I can immediately extract the...
 Do you confirm that we cannot sync with gmail anymore because of that ?
I built my own Backend to Auth with a JWT cookie $authBackend1 = new Allspark\DAV\Auth\Backend\JWTCookie; I want user without the cookie to Auth with PDO $authBackend2 = new Allspark\DAV\Auth\Backend\PDO($pdo); Now...
$r->startDate(new DateTime("19980213T090000"))->rrule("COUNT=5") This should generate an error because the passed string in rrule() has no "FREQ=" The RFC is very clear : FREQ is required and MUST be set
In a List Editor, if you set the values to something like `[ { label:"MyLabel", value:30 } ]`, when you first click the cell, the list doesn't autoselect the value...
This line in the API limits the number of displayed blocks at 25: let limit = typeof(req.query.limit) !== 'undefined' ? Number(req.query.limit) : 25; I'm mining on an edollar pool where...
Hi, This is a very useful project ! Very easy to install with the provided .deb file Could you please explain in the Readme how to run the server with...
Hi, I'm lawyer and user of TWAKE CALENDAR through e-calendrier.domain.tld I was trying to export my Google Calendar as an ICS file and import it in TWAKE CALENDAR I get...
Hi, I'm the developper of an opensource project called OPTIMUS which is an alternative to GOOGLE MAIL, GOOGLE DRIVE, GOOGLE CALENDAR and GOOGLE CONTACTS. A demo is available at https://demo.optimus-avocats.fr...