Dean Clatworthy

Results 15 issues of Dean Clatworthy

Earlier today I was looking for a package to put colours on CLI output, and there were numerous packages. I had to click through each of them to see when...

Hi, You cannot interact with a hidden HTML5 video in a callback on iPad, even if you attempt to show the video at the beginning of the callback code. A...

It's a little inconvenient having to instantiate an object to call methods for formatting each time, particularly for colours. The existing API is: ``` $climate = new \League\CLImate\CLImate; $climate->red('Whoa now...

enhancement

Not sure yet why this is happening. I took your sandbox code and put it in line for line in to the latest create-react-app, but I'm getting this error. I...

It'd be nice to use this plugin on sites that aren't in English. I'd be happy to work on a PR for this and integrate with the Translation component. Let...

Hi, I suggest providing global options to disable the following actions within SimpleUser: - Registration - some people might use SimpleUser to manage administration, but prefer to add users manually...

``` 'userColumns' = array( 'id' => 'id', 'email' => 'email', 'password' => 'password', 'salt' => 'salt', 'roles' => 'roles', 'name' => 'name', 'time_created' => 'time_created', 'username' => 'username', 'isEnabled' =>...

I think using a third-party for this is probably smart, and offering the feature as a separate provider e.g. `silex-simpleuser-twofactor`.

Right now this is a security issue, as CSRF can occur. You should consider moving decoupling all forms into an AbstractType and using the SF2 Form component. One benefit of...