Davide Ferrero

Results 11 comments of Davide Ferrero

> The Torii authenticator was recently deprecated in #2352 and will be removed from ESA in a future breaking release. It is possible to built something that replicates what Torii...

I can share a PR later today, thanks!

@pichfl @LumenMicho I'm not ready for a PR yet but here you can see a _work-in-progress_ version of what I did some months ago to replace Torii in some of...

Is this issue still actual? I think I've the same behaviour in 2.11.1 version. I'm working with jsplumb, then I set zoom and all the drawn elements are zoomed correctly...

I've the same problem! Global CORS is working fine but Route specific CORS is not working. I've registered the middleware in my bootstrap/app.php like so: `$app->routeMiddleware([ 'cors' => palanik\lumen\Middleware\LumenCors::class, [....]...

@astronomersiva @richard-viney I’m trying to update the picker color through the _.setColor_ method called from _didUpdateAttrs_ but I get a “t.match” error. Any suggestions?

@richard-viney sure, you can find it [there](https://github.com/davideferre/ember-pickr/tree/fix_issue_161). I've added: ```javascript didUpdateAttrs() { this._super(...arguments); let _value = this.get('value'); this._pickr.setColor(this.formatColor(_value)); } ``` But I get `TypeError: t.match is not a function` running...

Ok thank you for your interest. In the next day I will try to install directly pickr package and I’ll try to see what I have to do for building...

I've an issue related to Octane. I'm using ember-pickr inside another component. When the value assigned to the `@default` attribute changes the component doesn't redraw itself and remain with the...

@richard-viney I've added the comment to this issue because I think this is octane related issue because octane doesn't reload the component if it is already loaded but change only...