Julian Reyes Escrigas

Results 31 issues of Julian Reyes Escrigas

I have a Command (non-controller class) i'm traying to inject a doctrine mongo odm service i've tried booth methods (independently) and when i execute the command i get the error...

I have the following unique validation ``` js Checkit.Validators.unique = Checkit.Validators.unique || function(value, table, column) { return knex(table).where(column, '=', value).then(function(resp) { if (resp.length > 0) throw new ValError([model , column].join('.')...

Currently I can change the type between dashes and dots and its position, be able to change the red color and the size of the indicator would be nice allowing...

enhancement

Today I just installed 1. add dependency `{:ex_unit_notifier, "~> 0.1", only: :test}` 2. add to test_helper.exs `ExUnit.configure formatters: [ExUnit.CLIFormatter, ExUnitNotifier]` 3. add to config/test.exs `config :ex_unit_notifier, notifier: ExUnitNotifier.Notifiers.NotifySend` neither it's...

I think many frameworks is having issue because autofill

Hey I'm testing this library since yesterday, great job! I think would be great if you could provide some example with an custom adapter, that include some topics like -...

I have a relationship - ModelA - ModelB m:n ModelA - ModelC m:n ModelA I want filter ModelA by properties in the ModelB and/or ModelC How to do the following...

feature
question

Would be nice be able to use Authenticationresult

enhancement

example ``` php class UploadListener { public function onUpload(PostPersistEvent $event) { //... $event->getResponse()->setContent(array('filename' => $dynamicName)); //or $event->getResponse()->addHeaders(array('X-Filename' => $dynamicName)) } } ```

bug
postponed