Yamil Díaz Aguirre

Results 10 issues of Yamil Díaz Aguirre

It allows passing options through the Vex validators - allow_nil - allow_blank - format - message etc...

`Support.Middleware.Uniqueness` module works fine if the only thing that you need to validate is if the command hasn't been dispatched before with a common field name. But what happens if...

Hi, we have been using this awesome example for a big project that we are building. We are creating some `mermaid` diagrams to have a lower cognitive load in our...

I'm really interested to apply the CQRS approach in some of our future projects. I've watching this awesome repo and I really like so much. But I'd wish have an...

Hi, we have been using this awesome library for a big project that we are building. We are creating some `mermaid` diagrams to have a lower cognitive load in our...

When I import: `import BackgroundTask from 'react-native-background-task';` I get: ``` Native module cannot be null. NativeEventEmitter NativeEventEmitter.js:31:16 index.ios.js:3:44 loadModuleImplementation require.js:174:12 index.ios.js:3 loadModuleImplementation require.js:174:12 index.js:6 loadModuleImplementation require.js:174:12 App.js:25 loadModuleImplementation require.js:174:12 AppEntry.js:2...

How can I use fitBounds and google.maps.LatLngBounds()? What I'm looking for is a way to avoid having to "manually" find the center of the map with center: new google.maps.LatLng(41.923, 12.513)....

I'm using `chrome_driver` with `hound 1.1.1` but when I try to use `fill_field/2` with an email, the at-sign is filled into the field as `_`, which is wrong. I hope...

Hi, first of all, thank you for your repo. But, I'm struggling with this, when I try to use `mix setup_db` or `mix reset_db` I get the following error: ```...

I'm getting this error: ``` Found peer TypeScript 2.2.2 objc[8112]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x125ffbcc0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x125e126f0). One of the two will be used. Which one...